/
githubmirror
/
gulp
Обзор
Документация
Войти
/
githubmirror
/
gulp
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.4
package.json
54 строки
1 KB
Contra
add gulpfile, version mismatch should be non-fatal
16 янв 2014, 14:27
16 янв 2014, 14:27
6996e80
Код
Авторство
О чём код?
{ "name": "gulp", "description": "The streaming build system", "version": "3.4.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.1", "semver": "~2.2.1", "archy": "0.0.2" }, "devDependencies": { "mocha": "~1.17.0", "mocha-lcov-reporter": "0.0.1", "coveralls": "~2.6.1", "istanbul": "~0.2.3", "should": "~2.1.1", "rimraf": "~2.2.5", "q": "~1.0.0", "jshint": "~2.4.1", "graceful-fs": "~2.0.1", "gulp-mocha": "~0.3.0", "gulp-jshint": "~1.3.4" }, "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" }, "engines": { "node": ">= 0.9" }, "licenses": [ { "type": "MIT", "url": "http://github.com/wearefractal/gulp/raw/master/LICENSE" } ] }