-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "stack-source-map",
"version": "1.0.7",
"description": "Add source map support for error stack (Chrome only)",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/chemzqm/stack-source-map.git"
},
"keywords": [
"stack",
"source",
"map"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/chemzqm/stack-source-map/issues"
},
"homepage": "https://github.com/chemzqm/stack-source-map#readme",
"dependencies": {
"path-browserify": "0.0.0",
"source-map": "^0.5.6"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.11.6",
"mocha": "^3.1.2",
"mocha-loader": "^1.0.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}