{
  "name": "source-map-explorer",
  "version": "1.7.0",
  "description": "Analyze and debug space usage through source maps",
  "main": "index.js",
  "bin": {
    "source-map-explorer": "index.js"
  },
  "scripts": {
    "test": "mocha && eslint *.js",
    "coverage": "nyc --reporter=lcov mocha",
    "lint": "eslint *.js --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danvk/source-map-explorer.git"
  },
  "keywords": [
    "source-map",
    "browser",
    "minification"
  ],
  "author": "Dan Vanderkam (danvdk@gmail.com)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/danvk/source-map-explorer/issues"
  },
  "homepage": "https://github.com/danvk/source-map-explorer#readme",
  "dependencies": {
    "btoa": "^1.1.2",
    "convert-source-map": "^1.1.1",
    "docopt": "^0.6.2",
    "ejs": "^2.6.1",
    "glob": "^7.1.2",
    "opn": "^5.3.0",
    "source-map": "^0.5.1",
    "temp": "^0.9.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "concat-stream": "^2.0.0",
    "cross-spawn": "^6.0.5",
    "eslint": "^5.12.0",
    "mocha": "^5.2.0",
    "nyc": "^13.1.0"
  }
}
