71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
{
|
|
"name": "gulp",
|
|
"description": "The streaming build system",
|
|
"version": "3.9.1",
|
|
"homepage": "http://gulpjs.com",
|
|
"repository": "gulpjs/gulp",
|
|
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
|
|
"tags": [
|
|
"build",
|
|
"stream",
|
|
"system",
|
|
"make",
|
|
"tool",
|
|
"asset",
|
|
"pipeline"
|
|
],
|
|
"files": [
|
|
"index.js",
|
|
"lib",
|
|
"bin",
|
|
"completion",
|
|
"gulp.1"
|
|
],
|
|
"bin": {
|
|
"gulp": "./bin/gulp.js"
|
|
},
|
|
"man": "gulp.1",
|
|
"dependencies": {
|
|
"archy": "^1.0.0",
|
|
"chalk": "^1.0.0",
|
|
"deprecated": "^0.0.1",
|
|
"gulp-util": "^3.0.0",
|
|
"interpret": "^1.0.0",
|
|
"liftoff": "^2.1.0",
|
|
"minimist": "^1.1.0",
|
|
"orchestrator": "^0.3.0",
|
|
"pretty-hrtime": "^1.0.0",
|
|
"semver": "^4.1.0",
|
|
"tildify": "^1.0.0",
|
|
"v8flags": "^2.0.2",
|
|
"vinyl-fs": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "^2.7.0",
|
|
"eslint": "^1.7.3",
|
|
"eslint-config-gulp": "^2.0.0",
|
|
"graceful-fs": "^3.0.0",
|
|
"istanbul": "^0.3.0",
|
|
"jscs": "^2.3.5",
|
|
"jscs-preset-gulp": "^1.0.0",
|
|
"marked-man": "^0.1.3",
|
|
"mkdirp": "^0.5.0",
|
|
"mocha": "^2.0.1",
|
|
"mocha-lcov-reporter": "^0.0.1",
|
|
"q": "^1.0.0",
|
|
"rimraf": "^2.2.5",
|
|
"should": "^5.0.1"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
|
|
"lint": "eslint . && jscs *.js bin/ lib/ test/",
|
|
"pretest": "npm run lint",
|
|
"test": "mocha --reporter spec",
|
|
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.9"
|
|
},
|
|
"license": "MIT"
|
|
}
|