-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.56 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.56 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@weexbox/debugger",
"description": "weex developer tool for debugging weex app with chrome devtool",
"version": "1.3.5",
"author": "myeveryheart@qq.com",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/aygtech/weexbox-debugger.git"
},
"keywords": [
"weexbox",
"weex",
"debugger",
"inspector",
"devtool"
],
"scripts": {
"dev": "babel src -w --out-dir lib",
"build": "babel src --out-dir lib",
"prepublish": "npm run build && node ./scripts/update.js"
},
"devDependencies": {
"babel-cli": "6.26.0"
},
"dependencies": {
"@weexbox/builder": "^1.2.3",
"boxen": "^1.2.2",
"chalk": "^1.1.3",
"chrome-opn": "^1.0.1",
"commander": "^2.9.0",
"del": "^2.2.1",
"detect-port": "^1.2.1",
"download": "^5.0.3",
"exit": "^0.1.2",
"fs-extra": "^7.0.0",
"invok": "^1.0.2",
"ip": "^1.1.3",
"ipromise": "^1.0.2",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-websocket": "^5.0.1",
"mkdirp": "^0.5.1",
"node-simctl": "^3.11.1",
"node-watch": "^0.3.5",
"ora": "^2.0.0",
"parse-hosts": "^1.0.1",
"puppeteer": "^1.0.0",
"request": "^2.83.0",
"uuid": "^3.3.2",
"ws": "^2.2.0"
},
"bin": {
"weexbox-debugger": "bin/weex-devtool.js"
},
"changelog": {
"messages": [
"[Feature] Support for weex playground app v0.20.1"
],
"url": "https://github.com/aygtech/weexbox-debugger/blob/master/CHANGELOG.md"
}
}