{
  "name": "source-mapper",
  "version": "2.1.0",
  "description": "Replace strack traces with original sources using source maps",
  "keywords": [
    "stack",
    "trace",
    "source-maps"
  ],
  "author": "Maximilian Antoni <mail@maxantoni.de> (http://maxantoni.de)",
  "homepage": "https://github.com/mantoni/source-mapper.js",
  "main": "./lib/source-mapper.js",
  "engines": {
    "node": ">=0.10"
  },
  "scripts": {
    "watch": "mocha --watch",
    "lint": "jslint --color \"**/*.js\"",
    "pretest": "npm run lint",
    "test": "mocha",
    "preversion": "npm test",
    "version": "changes --commits",
    "postversion": "git push --follow-tags && npm publish"
  },
  "dependencies": {
    "through2": "^2.0.0",
    "convert-source-map": "^1.1.3",
    "source-map": "~0.5.3"
  },
  "devDependencies": {
    "@studio/changes": "^1.5.2",
    "browserify": "^16.2.2",
    "jslint": "^0.12.0",
    "mocha": "^5.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mantoni/source-mapper.js.git"
  },
  "files": [
    "lib",
    "README.md",
    "CHANGES.md",
    "LICENSE"
  ],
  "license": "MIT"
}
