FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "find-package-json",
|
|
"version": "1.2.0",
|
|
"description": "Find package.json files in parent directories, keep finding until you find the right one using iterators.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
|
|
"test": "mocha test.js",
|
|
"watch": "mocha --watch test.js",
|
|
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
|
|
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/3rd-Eden/find-package-json.git"
|
|
},
|
|
"keywords": [
|
|
"package",
|
|
"package.json",
|
|
"json",
|
|
"find-package-json",
|
|
"directory",
|
|
"parent",
|
|
"package-json",
|
|
"read-package-json"
|
|
],
|
|
"author": "Arnout Kazemier",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/3rd-Eden/find-package-json/issues"
|
|
},
|
|
"homepage": "https://github.com/3rd-Eden/find-package-json#readme",
|
|
"devDependencies": {
|
|
"assume": "2.0.x",
|
|
"istanbul": "0.4.x",
|
|
"mocha": "5.1.x",
|
|
"pre-commit": "1.2.x"
|
|
}
|
|
}
|