{
  "name": "source-map-loader",
  "version": "0.2.3",
  "author": "Tobias Koppers @sokra",
  "description": "extracts inlined source map and offers it to webpack",
  "scripts": {
    "test": "mocha -R spec",
    "travis:test": "mocha -R spec",
    "release": "yarn run standard-version"
  },
  "devDependencies": {
    "mocha": "^1.18.2",
    "should": "^3.3.1",
    "standard-version": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/webpack/source-map-loader.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "dependencies": {
    "async": "^2.5.0",
    "loader-utils": "~0.2.2",
    "source-map": "~0.6.1"
  }
}
