/
githubmirror
/
gulp
Обзор
Документация
Войти
/
githubmirror
/
gulp
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.8.5
package.json
71 строка
2 KB
Contra
3.8.5
27 июн 2014, 10:53
27 июн 2014, 10:53
d1481ec
Код
Авторство
О чём код?
{ "name": "gulp", "description": "The streaming build system", "version": "3.8.5", "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" ], "bin": { "gulp": "./bin/gulp.js" }, "man": "gulp.1", "dependencies": { "archy": "^0.0.2", "chalk": "^0.4.0", "deprecated": "^0.0.1", "gulp-util": "^2.2.0", "interpret": "^0.3.2", "liftoff": "^0.11.0", "minimist": "^0.1.0", "orchestrator": "^0.3.0", "pretty-hrtime": "^0.2.0", "semver": "^2.2.1", "tildify": "^0.2.0", "vinyl-fs": "^0.3.0" }, "devDependencies": { "coveralls": "^2.7.0", "graceful-fs": "^3.0.0", "istanbul": "^0.2.3", "jshint": "^2.5.0", "jshint-stylish": "^0.2.0", "marked-man": "^0.1.3", "mkdirp": "^0.5.0", "mocha": "^1.17.0", "mocha-lcov-reporter": "^0.0.1", "q": "^1.0.0", "rimraf": "^2.2.5", "should": "^4.0.0" }, "scripts": { "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1", "lint": "jshint lib bin index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules", "test": "npm run-script lint && mocha --reporter spec", "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": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE" } ] }