-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 946 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
42
43
{
"name": "om-cli",
"version": "v0.0.1",
"description": "CLI's development environment for F2E",
"main": "index.js",
"scripts": {
"test": ""
},
"author": {
"name": "jiping",
"email": "jiping.yjp@taobao.com"
},
"license": "BSD-3-Clause",
"dependencies": {
"bluebird": "^2.6.0",
"body-parser": "^1.13.3",
"cli-color": "^0.3.2",
"cli-prompt": "^0.4.1",
"commander": "2.1.0",
"cross-spawn": "^4.0.0",
"event-stream": "^3.3.4",
"express": "^4.13.3",
"express-partials": "^0.3.0",
"format-json": "^1.0.3",
"gitlab": "^1.3.0",
"gulp-git": "^1.11.3",
"http-proxy": "^1.8.1",
"less": "^2.4.0",
"nico": "^0.5.2",
"request": "^2.53.0",
"rmdir-recursive": "0.0.0",
"substituter": "^1.2.1",
"tmodjs": "^1.0.2"
},
"devDependencies": {
"ejs": "^2.5.2",
"px2rem": "^0.1.4",
"tmodjs": "^1.0.3"
},
"bin": {
"om": "./bin/om.js"
}
}