1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00
2018-03-09 02:03:53 +00:00

114 lines
2.7 KiB
JSON

{
"name": "gulp",
"description": "The streaming build system",
"version": "3.9.1",
"homepage": "http://gulpjs.com",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/gulp.git"
},
"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",
"gulp.1"
],
"bin": {
"gulp": "./bin/gulp.js"
},
"man": [
"gulp.1"
],
"dependencies": {
"archy": "^1.0.0",
"chalk": "^1.0.0",
"deprecated": "^0.0.1",
"gulp-util": "^3.0.0",
"interpret": "^1.0.0",
"liftoff": "^2.1.0",
"minimist": "^1.1.0",
"orchestrator": "^0.3.0",
"pretty-hrtime": "^1.0.0",
"semver": "^4.1.0",
"tildify": "^1.0.0",
"v8flags": "^2.0.2",
"vinyl-fs": "^0.3.0"
},
"devDependencies": {
"coveralls": "^2.7.0",
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"graceful-fs": "^3.0.0",
"istanbul": "^0.3.0",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^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": "^5.0.1"
},
"scripts": {
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
"lint": "eslint . && jscs *.js bin/ lib/ test/",
"pretest": "npm run lint",
"test": "mocha --reporter spec",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"engines": {
"node": ">= 0.9"
},
"license": "MIT",
"gitHead": "9c14e3a13a73a32e424f144d62566671b2fcdbed",
"bugs": {
"url": "https://github.com/gulpjs/gulp/issues"
},
"_id": "gulp@3.9.1",
"_shasum": "571ce45928dd40af6514fc4011866016c13845b4",
"_from": "gulp@*",
"_npmVersion": "2.14.14",
"_nodeVersion": "0.10.41",
"_npmUser": {
"name": "phated",
"email": "blaine@iceddev.com"
},
"maintainers": [
{
"name": "fractal",
"email": "contact@wearefractal.com"
},
{
"name": "phated",
"email": "blaine@iceddev.com"
}
],
"dist": {
"shasum": "571ce45928dd40af6514fc4011866016c13845b4",
"tarball": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz"
},
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/gulp-3.9.1.tgz_1454957415500_0.15343931876122952"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
"readme": "ERROR: No README data found!"
}