-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 922 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
36
37
38
39
40
41
{
"name": "martian-cli",
"version": "0.1.6",
"description": "Martian Cli 初始化框架项目工具",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "https://github.com/osmartian/weex-cli.git"
},
"author": "541280314@qq.com",
"license": "GPL-3.0+",
"dependencies": {
"chalk": "^1.1.3",
"npmlog": "^4.0.0",
"opener": "^1.4.1",
"prompt": "^1.0.0",
"fs-extra": "^2.0.0",
"weex-builder": "^0.2.3",
"weex-components": "^0.2.0",
"weex-previewer": "^1.3.3",
"xtoolkit": "^0.2.1",
"yargs": "^6.6.0"
},
"devDependencies": {
"browserify": "^13.3.0",
"eslint": "^3.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2"
},
"bin": {
"martian": "bin/index"
}
}