| { |
| "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", |
| "bugs": { |
| "url": "https://github.com/istanbuljs/istanbuljs/issues" |
| }, |
| "dependencies": { |
| "handlebars": "^4.1.2" |
| }, |
| "description": "istanbul reports", |
| "devDependencies": { |
| "istanbul-lib-coverage": "^2.0.5", |
| "istanbul-lib-report": "^2.0.8" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "files": [ |
| "index.js", |
| "lib" |
| ], |
| "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2", |
| "homepage": "https://istanbul.js.org/", |
| "keywords": [ |
| "istanbul", |
| "reports" |
| ], |
| "license": "BSD-3-Clause", |
| "main": "index.js", |
| "name": "istanbul-reports", |
| "repository": { |
| "type": "git", |
| "url": "git@github.com:istanbuljs/istanbuljs" |
| }, |
| "scripts": { |
| "test": "mocha --recursive" |
| }, |
| "version": "2.2.6" |
| } |