/
githubmirror
/
gulp
Обзор
Документация
Войти
/
githubmirror
/
gulp
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.7
package.json
66 строк
1 KB
Contra
3.7
01 июн 2014, 06:52
01 июн 2014, 06:52
2ae9741
Код
Авторство
О чём код?
{ "name": "gulp", "description": "The streaming build system", "version": "3.7.0", "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" }, "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.2.0" }, "devDependencies": { "mocha": "^1.17.0", "mocha-lcov-reporter": "^0.0.1", "coveralls": "^2.7.0", "istanbul": "^0.2.3", "should": "^4.0.0", "rimraf": "^2.2.5", "q": "^1.0.0", "jshint": "^2.5.0", "graceful-fs": "^2.0.1", "mkdirp": "^0.5.0" }, "scripts": { "test": "jshint && 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" } ] }