{
  "name": "multi-stage-sourcemap",
  "description": "multi-level sourcemap",
  "version": "0.3.1",
  "homepage": "https://github.com/azu/multi-stage-sourcemap/",
  "keywords": [
    "sourcemap",
    "source-map"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/azu/multi-stage-sourcemap.git"
  },
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "test": "mocha test/*.js"
  },
  "directories": {
    "test": "test/"
  },
  "author": "azu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/azu/multi-stage-sourcemap/issues"
  },
  "dependencies": {
    "source-map": "^0.1.34"
  },
  "devDependencies": {
    "coffee-script": "^1.7.1",
    "convert-source-map": "^0.3.4",
    "escodegen": "^1.3.3",
    "esmangle": "^1.0.1",
    "espower-loader": "^0.8.0",
    "esprima": "^1.2.2",
    "intelli-espower-loader": "^0.3.0",
    "mocha": "^1.21.4",
    "power-assert": "^0.8.0"
  }
}
