UNPKG

330 BJSONView Raw
1{
2 "name": "nyc",
3 "version": "1.1.1",
4 "description": "forking code-coverage using istanbul.",
5 "main": "index.js",
6 "bin": {
7 "nyc": "./bin/nyc.js",
8 "nyc-report": "./bin/nyc-report.js"
9 },
10 "config": {
11 "nyc": {
12 "exclude": [
13 "node_modules/",
14 "blarg/",
15 "blerg/"
16 ]
17 }
18 }
19}