forked from Hanks10100/weex-pack
-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathpackage.json
101 lines (101 loc) · 2.48 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
96
97
98
99
100
101
{
"name": "weexpack",
"version": "1.2.7",
"description": "Weex pack tool for Android、iOS and Web plartform.",
"main": "bin/weexpack.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint src --fix",
"build": "babel src --out-dir lib",
"dev": "babel src --out-dir lib --watch",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/weexteam/weex-pack.git"
},
"engines": {
"node": ">=6"
},
"bin": {
"weexpack": "./bin/weexpack.js",
"run": "bin/weexpack-run.js",
"platform": "bin/weexpack-platform.js",
"plugin": "bin/weexpack-plugin.js"
},
"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]>",
"tancy <[email protected]>",
"erha19 <[email protected]>"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^2.6.0",
"chalk": "^2.4.0",
"chokidar": "^2.0.3",
"commander": "^2.9.0",
"cordova-fetch": "^1.0.1",
"detect-port": "^1.2.2",
"eslint": "^3.5.0",
"exit": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
"express": "^4.13.3",
"fs-extra": "^3.0.1",
"gauge": "^2.7.2",
"glob": "^5.0.3",
"inquirer": "^6.1.0",
"ip": "^1.1.5",
"merge": "^1.2.0",
"metalsmith": "^2.3.0",
"minimatch": "^3.0.0",
"mkdirp": "^0.5.1",
"nopt": "^4.0.1",
"npm": "^2.10.x",
"ora": "^1.3.0",
"plist": "^1.2.0",
"prompt": "^1.0.0",
"q": "1.0.1",
"recursive-copy": "^2.0.5",
"request": "2.47.0",
"rimraf": "^2.6.2",
"semver": "^4.3.x",
"shelljs": "^0.3.0",
"tar": "^1.0.2",
"tildify": "^1.2.0",
"underscore": "1.7.0",
"user-home": "^2.0.0",
"valid-identifier": "0.0.1",
"weexpack-create": "^0.3.1",
"ws": "^4.0.0",
"xcode": "^0.8.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"optionalDependencies": {
"ios-deploy": "^1.8.6"
},
"changelog": {
"messages": [
"Fixed create plugin template command."
],
"url": "https://github.com/weexteam/weex-pack/blob/master/README.md"
}
}