You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
891 B
JSON
39 lines
891 B
JSON
{
|
|
"name": "package.js",
|
|
"author": {
|
|
"name": "Stephan Ahlf",
|
|
"email": "stephan.ahlf@gmail.com"
|
|
},
|
|
"preferGlobal": false,
|
|
"main": "./lib/index.js",
|
|
"license": "(MIT OR GPL-3.0)",
|
|
"description": "A simple (custom) package (auto) loader for node.js apps which supports NPM or other package managers",
|
|
"version": "1.1.3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/s-a/package.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"cover-html": "jscoverage lib lib-cov && mocha -R html-cov > coverage.html && rm lib-cov/*.*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"contributors": [],
|
|
"keywords": [
|
|
"plugin",
|
|
"addon",
|
|
"package"
|
|
],
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.2.4",
|
|
"should": "^6.0.1",
|
|
"jscoverage": "^0.5.9",
|
|
"mocha-lcov-reporter": "0.0.2",
|
|
"coveralls": "^2.11.2"
|
|
}
|
|
}
|