You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.0 KiB
JSON

{
"name": "istanbul-lib-source-maps",
"version": "1.2.6",
"description": "Source maps support for istanbul",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"pretest": "jshint index.js lib/ test/",
"test": "mocha"
},
"dependencies": {
"debug": "^3.1.0",
"istanbul-lib-coverage": "^1.2.1",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.1",
"source-map": "^0.5.3"
},
"devDependencies": {
"babel-core": "^6.2.1",
"chai": "^3.4.1",
"is-windows": "^1.0.0",
"jshint": "^2.8.0",
"mocha": "^3.2.0",
"ts-node": "^2.0.0"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"homepage": "https://github.com/istanbuljs/istanbuljs#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
},
"keywords": [
"istanbul",
"sourcemaps",
"sourcemap",
"source",
"maps"
]
}