| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "istanbul-reports",
- "version": "1.5.1",
- "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.2.1",
- "istanbul-lib-report": "^1.1.5",
- "jshint": "^2.8.0",
- "mocha": "^3.1.2"
- },
- "license": "BSD-3-Clause",
- "repository": {
- "type": "git",
- "url": "git@github.com:istanbuljs/istanbuljs"
- },
- "keywords": [
- "istanbul",
- "reports"
- ],
- "bugs": {
- "url": "https://github.com/istanbuljs/istanbuljs/issues"
- },
- "homepage": "https://github.com/istanbuljs/istanbuljs"
- }
|