aboutsummaryrefslogtreecommitdiff
path: root/node_modules/istanbul-reports/package.json
blob: d902739742da200f0625fa5f1e39a9430718fe13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "istanbul-reports",
  "version": "1.1.0",
  "description": "istanbul reports",
  "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "pretest": "jshint --exclude=**/prettify.js index.js lib/ test/",
    "test": "mocha --recursive"
  },
  "dependencies": {
    "handlebars": "^4.0.3"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "is-windows": "^1.0.1",
    "istanbul-lib-coverage": "^1.1.0",
    "istanbul-lib-report": "^1.1.0",
    "jshint": "^2.8.0",
    "mocha": "^3.1.2"
  },
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "git@github.com:istanbuljs/istanbul-reports"
  },
  "keywords": [
    "istanbul",
    "reports"
  ],
  "bugs": {
    "url": "https://github.com/istanbuljs/istanbul-reports/issues"
  },
  "homepage": "https://github.com/istanbuljs/istanbul-reports"
}