UNPKG

1.08 kBJSONView Raw
1{
2 "name": "gulp",
3 "description": "The streaming build system",
4 "version": "3.2.4",
5 "homepage": "http://github.com/wearefractal/gulp",
6 "repository": "git://github.com/wearefractal/gulp.git",
7 "author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
8 "main": "./index.js",
9 "tags": [
10 "build",
11 "stream",
12 "system"
13 ],
14 "bin": {
15 "gulp": "./bin/gulp.js"
16 },
17 "dependencies": {
18 "event-stream": "~3.0.20",
19 "glob-stream": "~3.1.2",
20 "mkdirp": "~0.3.5",
21 "optimist": "~0.6.0",
22 "gulp-util": "~2.2.0",
23 "orchestrator": "~0.3.0",
24 "resolve": "~0.6.1",
25 "semver": "~2.2.1",
26 "findup-sync": "~0.1.2",
27 "pretty-hrtime": "~0.2.0",
28 "glob-watcher": "0.0.1"
29 },
30 "devDependencies": {
31 "mocha": "*",
32 "should": "*",
33 "rimraf": "*",
34 "q": "*",
35 "jshint": "*"
36 },
37 "scripts": {
38 "test": "mocha --reporter spec && jshint"
39 },
40 "engines": {
41 "node": ">= 0.9"
42 },
43 "licenses": [
44 {
45 "type": "MIT",
46 "url": "http://github.com/wearefractal/gulp/raw/master/LICENSE"
47 }
48 ]
49}