forked from Icemic/weex-buildtool
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
95 lines (92 loc) · 2.17 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
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
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "weexpack",
"version": "0.3.7",
"description": "Weex pack tool",
"main": "index.js",
"scripts": {
"test": "mocha ./tests/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/weexteam/weex-pack.git"
},
"engines": {
"node": ">=6"
},
"bin": {
"weexpack": "./bin/weexpack"
},
"keywords": [
"weex",
"weexpack",
"tool",
"toolkit"
],
"author": "",
"contributors": [
"Hanks <[email protected]>",
"Fkysly <[email protected]>",
"VeHan <[email protected]>",
"ankokuji <[email protected]>",
"liujiescut <[email protected]>",
"shujiewz <[email protected]>",
"Icemic <[email protected]>",
"exolution <[email protected]>"
],
"license": "Apache-2.0",
"dependencies": {
"aliasify": "^1.7.2",
"ansi": "^0.3.1",
"bplist-parser": "^0.1.0",
"browserify": "13.1.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"compression": "^1.6.0",
"dep-graph": "1.1.0",
"dependency-ls": "^1.0.0",
"elementtree": "0.1.6",
"eslint": "^3.5.0",
"express": "^4.13.3",
"gauge": "^2.7.2",
"glob": "^5.0.3",
"init-package-json": "^1.2.0",
"inquirer": "^1.1.3",
"insight": "~0.8.2",
"is-url": "^1.2.1",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"nopt": "^3.0.6",
"npm": "^2.10.x",
"opener": "^1.4.2",
"osenv": "^0.1.3",
"plist": "^1.2.0",
"prompt": "^1.0.0",
"properties-parser": "0.2.3",
"q": "1.0.1",
"recursive-copy": "^2.0.5",
"request": "2.47.0",
"semver": "^4.3.x",
"shelljs": "0.3.0",
"tar": "1.0.2",
"underscore": "1.7.0",
"unorm": "1.3.3",
"update-notifier": "^0.5.0",
"valid-identifier": "0.0.1",
"weex-previewer": "^1.1.3",
"weexpack-common": "^0.1.0",
"weexpack-create": "^0.1.0",
"weexpack-lib": "^0.1.0",
"xcode": "^0.8.5",
"yeoman-environment": "^1.6.3",
"yeoman-generator": "^0.24.1",
"cordova-fetch": "^1.0.1",
"cordova-js": "4.2.0",
"cordova-registry-mapper": "1.x",
"cordova-serve": "^1.0.0",
"ios-sim": "^5.0.12"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}