wishthis/node_modules/undertaker-registry/package.json

43 lines
996 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "undertaker-registry",
"version": "1.0.1",
"description": "Default registry in gulp 4.",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
"Blaine Bublitz <blaine.bublitz@gmail.com>"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"repository": "gulpjs/undertaker-registry",
"license": "MIT",
"engines": {
"node": ">= 0.10"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"main": "index.js",
"files": [
"LICENSE",
"index.js"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"scripts": {
"lint": "eslint . && jscs index.js test/",
"pretest": "npm run lint",
"test": "mocha --async-only",
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls"
2022-02-23 16:41:13 +00:00
},
2022-01-21 08:28:41 +00:00
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.19.0",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^1.0.0",
"mocha": "^3.5.0"
},
"keywords": [
"registry",
"tasks",
"undertaker",
"gulp"
2022-04-08 10:55:35 +00:00
]
2022-01-21 08:28:41 +00:00
}