forked from gulpjs/gulp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "gulp",
"description": "The streaming build system",
"version": "3.2.1",
"homepage": "http://github.com/wearefractal/gulp",
"repository": "git://github.com/wearefractal/gulp.git",
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
"main": "./index.js",
"tags": [
"build",
"stream",
"system"
],
"bin": {
"gulp": "./bin/gulp.js"
},
"dependencies": {
"event-stream": "~3.0.16",
"glob-stream": "~3.0.2",
"mkdirp": "~0.3.5",
"optimist": "~0.6.0",
"gulp-util": "~2.2.0",
"orchestrator": "~0.3.0",
"resolve": "~0.6.1",
"semver": "~2.2.1",
"findup-sync": "~0.1.2",
"pretty-hrtime": "~0.2.0",
"glob-watcher": "0.0.1"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"rimraf": "*",
"q": "*",
"jshint": "*"
},
"scripts": {
"test": "mocha --reporter spec && jshint"
},
"engines": {
"node": ">= 0.9"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/gulp/raw/master/LICENSE"
}
]
}