This repository was archived by the owner on Jan 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.1 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "weex-buildtool",
"version": "0.0.1",
"description": "Weex build Toolkit",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/Icemic/weex-buildtool"
},
"author": "xuxinxin(zhiqian) <873111137@qq.com> ",
"contributors": [
"VeHan <android_xiaowei@163.com>",
"ankokuji <moritaka325@163.com>",
"liujiescut <969343185@qq.com>",
"shujiewz <rememberwz@gmail.com>",
"Icemic <bingfeng.web@gmail.com>"
],
"license": "GPL-3.0+",
"dependencies": {
"adbkit": "^2.5.1",
"async": "^2.0.1",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-runtime": "^6.6.1",
"bluebird": "^3.4.1",
"co": "^4.6.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"debug": "^2.2.0",
"download": "^5.0.2",
"events": "^1.1.0",
"fs-extra": "^0.30.0",
"glob": "^7.0.5",
"harmony-reflect": "^1.4.6",
"homedir": "^0.6.0",
"http-server": "^0.9.0",
"images": "^3.0.0",
"inquirer": "^1.1.2",
"node-watch": "^0.3.5",
"npmlog": "^2.0.4",
"opener": "^1.4.1",
"path": "^0.12.7",
"plist": "^1.2.0",
"promise": "^7.1.1",
"properties": "^1.2.1",
"qrcode-terminal": "^0.10.0",
"sync-exec": "~0.6.2",
"underscore": "^1.8.3",
"unzip": "^0.1.11",
"uuid": "^2.0.2",
"validator": "^5.5.0",
"vinyl-source-stream": "^1.1.0",
"vue": "^1.0.24",
"webpack": "^1.13.1",
"weex-html5": "^0.2.23-beta",
"weex-loader": "^0.1.5",
"ws": "^1.1.0",
"xml2js": "^0.4.17",
"yargs": "^3.32.0"
},
"optionalDependencies": {
"ios-deploy": "^1.8.6"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.7.5",
"babel-runtime": "^6.6.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"browserify": "^13.0.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.0.5",
"gulp-rename": "^1.2.2",
"gulp-wrap": "^0.11.0"
},
"bin": {
"weex-buildtool": "bin/index.js"
}
}