UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

55 lines (54 loc) 1.22 kB
{ "name": "test-exclude", "version": "2.1.3", "description": "test for inclusion or exclusion of paths using pkg-conf and globs", "main": "index.js", "scripts": { "pretest": "standard", "test": "nyc mocha ./test/*.js", "release": "standard-version" }, "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", "coveralls": "^2.11.12", "mocha": "^2.5.3", "nyc": "^7.1.0", "standard": "^7.1.2", "standard-version": "^2.4.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" }, "nyc": { "check-coverage": true, "statements": 100, "branches": 96, "lines": 100, "functions": 100, "reporter": [ "lcov", "text" ] } }