forked from gulpjs/gulp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (38 loc) · 870 Bytes
/
package.json
File metadata and controls
39 lines (38 loc) · 870 Bytes
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
{
"name":"gulp",
"description":"Simple stream-y build helper",
"version":"0.0.9",
"homepage":"http://github.com/wearefractal/gulp",
"repository":"git://github.com/wearefractal/gulp.git",
"author":"Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main":"./index.js",
"preferGlobal":true,
"bin":{
"gulp":"./bin/gulp"
},
"dependencies":{
"event-stream":"3.0.15",
"glob-stream":"0.0.3",
"mkdirp":"0.3.5",
"optimist":"0.6.0",
"gulp-util":"*",
"gaze":"0.4.0"
},
"devDependencies":{
"mocha":"1.12.0",
"should":"1.2.2",
"rimraf":"2.2.0"
},
"scripts":{
"test":"mocha"
},
"engines":{
"node":">= 0.8"
},
"licenses":[
{
"type":"MIT",
"url":"http://github.com/wearefractal/gulp/raw/master/LICENSE"
}
]
}