diff options
Diffstat (limited to 'node_modules/test-exclude/package.json')
| -rw-r--r-- | node_modules/test-exclude/package.json | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/node_modules/test-exclude/package.json b/node_modules/test-exclude/package.json new file mode 100644 index 000000000..a73a0511d --- /dev/null +++ b/node_modules/test-exclude/package.json @@ -0,0 +1,47 @@ +{ + "name": "test-exclude", + "version": "4.1.0", + "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/test-exclude.git" + }, + "keywords": [ + "exclude", + "include", + "glob", + "package", + "config" + ], + "author": "Ben Coe <ben@npmjs.com>", + "license": "ISC", + "bugs": { + "url": "https://github.com/istanbuljs/test-exclude/issues" + }, + "homepage": "https://github.com/istanbuljs/test-exclude#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" + ] + } +} |
