UNPKG

987 BJSONView Raw
1{
2 "name": "istanbul-lib-report",
3 "version": "1.1.0",
4 "description": "Base reporting library for istanbul",
5 "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
6 "main": "index.js",
7 "files": [
8 "lib",
9 "index.js"
10 ],
11 "scripts": {
12 "pretest": "jshint index.js lib/ test/",
13 "test": "mocha"
14 },
15 "dependencies": {
16 "istanbul-lib-coverage": "^1.1.0",
17 "mkdirp": "^0.5.1",
18 "path-parse": "^1.0.5",
19 "supports-color": "^3.1.2"
20 },
21 "devDependencies": {
22 "chai": "^3.0.0",
23 "istanbul": "^0.4.0",
24 "jshint": "^2.8.0",
25 "mocha": "^3.2.0",
26 "rimraf": "^2.6.1"
27 },
28 "license": "BSD-3-Clause",
29 "bugs": {
30 "url": "https://github.com/istanbuljs/istanbul-lib-report/issues"
31 },
32 "homepage": "https://github.com/istanbuljs/istanbul-lib-report",
33 "repository": {
34 "type": "git",
35 "url": "git@github.com:istanbuljs/istanbul-lib-report.git"
36 },
37 "keywords": [
38 "istanbul",
39 "report",
40 "api",
41 "lib"
42 ]
43}