-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 966 Bytes
/
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
{
"name": "weex-exception-resolver",
"version": "0.1.12",
"description": "Resolve the exception stack with v8 formated from weex through [source-map](https://github.com/mozilla/source-map).",
"main": "index.js",
"bin": "bin/weex-exception-resolver",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/brunoduan/weex-exception-resolver.git"
},
"homepage": "https://github.com/brunoduan/weex-exception-resolver",
"dependencies": {
"commander": "^2.9.0",
"path-loader": "^1.0.1",
"shelljs": "^0.7.8",
"source-map": "^0.5.7",
"stack-frame": "^0.4.0"
},
"keywords": [
"weex",
"exception",
"stack frame"
],
"author": {
"name": "Bruno Duan, Chileung Kwan",
"email": "[email protected], [email protected]"
},
"license": "MIT",
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
}
}