wallet-core/node_modules/test-exclude/package.json

48 lines
996 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "test-exclude",
2017-08-14 05:01:11 +02:00
"version": "4.1.1",
2017-05-28 00:38:50 +02:00
"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",
2017-08-14 05:01:11 +02:00
"url": "git+https://github.com/istanbuljs/istanbuljs.git"
2017-05-28 00:38:50 +02:00
},
"keywords": [
"exclude",
"include",
"glob",
"package",
"config"
],
"author": "Ben Coe <ben@npmjs.com>",
"license": "ISC",
"bugs": {
2017-08-14 05:01:11 +02:00
"url": "https://github.com/istanbuljs/istanbuljs/issues"
2017-05-28 00:38:50 +02:00
},
2017-08-14 05:01:11 +02:00
"homepage": "https://github.com/istanbuljs/istanbuljs#readme",
2017-05-28 00:38:50 +02:00
"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"
]
}
}