107 lines
2.6 KiB
JSON
107 lines
2.6 KiB
JSON
{
|
|
"name": "gulp",
|
|
"description": "The streaming build system",
|
|
"version": "3.8.10",
|
|
"homepage": "http://gulpjs.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gulpjs/gulp"
|
|
},
|
|
"author": {
|
|
"name": "Fractal",
|
|
"email": "contact@wearefractal.com",
|
|
"url": "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": "^1.0.0",
|
|
"chalk": "^0.5.0",
|
|
"deprecated": "^0.0.1",
|
|
"gulp-util": "^3.0.0",
|
|
"interpret": "^0.3.2",
|
|
"liftoff": "^0.13.2",
|
|
"minimist": "^1.1.0",
|
|
"orchestrator": "^0.3.0",
|
|
"pretty-hrtime": "^0.2.0",
|
|
"semver": "^4.1.0",
|
|
"tildify": "^1.0.0",
|
|
"v8flags": "^1.0.1",
|
|
"vinyl-fs": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "^2.7.0",
|
|
"graceful-fs": "^3.0.0",
|
|
"istanbul": "^0.3.0",
|
|
"jshint": "^2.5.0",
|
|
"jshint-stylish": "^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": "^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"
|
|
}
|
|
],
|
|
"gitHead": "0203bccdc7397991da68ea3e51fef7b2df75a46f",
|
|
"bugs": {
|
|
"url": "https://github.com/gulpjs/gulp/issues"
|
|
},
|
|
"_id": "gulp@3.8.10",
|
|
"_shasum": "bfb8fc156be97820f02a7f8b3af61a86666f9e31",
|
|
"_from": "gulp@*",
|
|
"_npmVersion": "2.1.6",
|
|
"_nodeVersion": "0.10.33",
|
|
"_npmUser": {
|
|
"name": "fractal",
|
|
"email": "contact@wearefractal.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "fractal",
|
|
"email": "contact@wearefractal.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "bfb8fc156be97820f02a7f8b3af61a86666f9e31",
|
|
"tarball": "http://registry.npmjs.org/gulp/-/gulp-3.8.10.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/gulp/-/gulp-3.8.10.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|