UNPKG

731 BJSONView Raw
1{
2 "name": "source-map-loader",
3 "version": "0.2.1",
4 "author": "Tobias Koppers @sokra",
5 "description": "extracts inlined source map and offers it to webpack",
6 "scripts": {
7 "test": "mocha -R spec",
8 "travis:test": "mocha -R spec",
9 "release": "yarn run standard-version"
10 },
11 "devDependencies": {
12 "mocha": "^1.18.2",
13 "should": "^3.3.1",
14 "standard-version": "^4.0.0"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/webpack/source-map-loader.git"
19 },
20 "licenses": [
21 {
22 "type": "MIT",
23 "url": "http://www.opensource.org/licenses/mit-license.php"
24 }
25 ],
26 "dependencies": {
27 "async": "^0.9.0",
28 "loader-utils": "~0.2.2",
29 "source-map": "~0.1.33"
30 }
31}