48 lines
996 B
JSON
48 lines
996 B
JSON
{
|
|
"name": "test-exclude",
|
|
"version": "4.2.3",
|
|
"description": "test for inclusion or exclusion of paths using pkg-conf and globs",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"pretest": "standard",
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/istanbuljs/istanbuljs.git"
|
|
},
|
|
"keywords": [
|
|
"exclude",
|
|
"include",
|
|
"glob",
|
|
"package",
|
|
"config"
|
|
],
|
|
"author": "Ben Coe <ben@npmjs.com>",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/istanbuljs/istanbuljs/issues"
|
|
},
|
|
"homepage": "https://github.com/istanbuljs/istanbuljs#readme",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"mocha": "^3.1.2",
|
|
"standard": "^9.0.0"
|
|
},
|
|
"dependencies": {
|
|
"arrify": "^1.0.1",
|
|
"micromatch": "^2.3.11",
|
|
"object-assign": "^4.1.0",
|
|
"read-pkg-up": "^1.0.1",
|
|
"require-main-filename": "^1.0.1"
|
|
},
|
|
"greenkeeper": {
|
|
"ignore": [
|
|
"read-pkg-up"
|
|
]
|
|
}
|
|
}
|