UNPKG

997 BJSONView Raw
1{
2 "name": "istanbul-lib-source-maps",
3 "version": "1.1.1",
4 "description": "Source maps support for istanbul",
5 "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
6 "main": "index.js",
7 "scripts": {
8 "pretest": "jshint index.js lib/ test/",
9 "test": "mocha"
10 },
11 "dependencies": {
12 "istanbul-lib-coverage": "^1.0.2",
13 "mkdirp": "^0.5.1",
14 "rimraf": "^2.4.4",
15 "source-map": "^0.5.3"
16 },
17 "devDependencies": {
18 "babel-core": "^6.2.1",
19 "chai": "^3.4.1",
20 "jshint": "^2.8.0",
21 "mocha": "^3.2.0",
22 "ts-node": "^2.0.0"
23 },
24 "license": "BSD-3-Clause",
25 "bugs": {
26 "url": "https://github.com/istanbuljs/istanbul-lib-source-maps/issues"
27 },
28 "homepage": "https://github.com/istanbuljs/istanbul-lib-source-maps#readme",
29 "repository": {
30 "type": "git",
31 "url": "git+ssh://git@github.com/istanbuljs/istanbul-lib-source-maps.git"
32 },
33 "keywords": [
34 "istanbul",
35 "sourcemaps",
36 "sourcemap",
37 "source",
38 "maps"
39 ]
40}