gulp
Version:
The streaming build system
58 lines (57 loc) • 1.5 kB
JSON
{
"name": "gulp",
"description": "The streaming build system",
"version": "3.5.0",
"homepage": "http://github.com/wearefractal/gulp",
"repository": "git://github.com/wearefractal/gulp.git",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./index.js",
"tags": [
"build",
"stream",
"system"
],
"bin": {
"gulp": "./bin/gulp.js"
},
"dependencies": {
"optimist": "~0.6.0",
"gulp-util": "~2.2.0",
"orchestrator": "~0.3.0",
"resolve": "~0.6.1",
"findup-sync": "~0.1.2",
"pretty-hrtime": "~0.2.0",
"vinyl-fs": "~0.0.2",
"semver": "~2.2.1",
"archy": "~0.0.2",
"deprecated": "0.0.1"
},
"devDependencies": {
"mocha": "~1.17.0",
"mocha-lcov-reporter": "~0.0.1",
"coveralls": "~2.6.1",
"istanbul": "~0.2.3",
"should": "~3.1.0",
"rimraf": "~2.2.5",
"q": "~1.0.0",
"jshint": "~2.4.1",
"graceful-fs": "~2.0.1",
"gulp-mocha": "~0.4.1",
"gulp-jshint": "~1.3.4",
"mkdirp": "~0.3.5"
},
"scripts": {
"test": "mocha --reporter spec && jshint ./*.js && jshint ./bin/*.js && jshint ./lib/*.js && jshint ./test/*.js",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"engineStrict": true,
"engines": {
"node": ">= 0.9"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/gulp/raw/master/LICENSE"
}
]
}