-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "omi-cli",
"version": "3.0.0",
"description": "Create website with no build configuration. be friendly to [Omi](https://github.com/Tencent/omi) framework.",
"main": "bin/omi",
"engines": {
"node": ">=6.0.0"
},
"preferGlobal": true,
"bin": {
"omi": "./bin/omi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlloyTeam/omi-cli.git"
},
"keywords": [
"omi",
"cli",
"omi-cli",
"webpack2"
],
"author": "pasturn,heyli,vorshen,dntzhang",
"license": "MIT",
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"cross-npm-spawn": "^1.1.1",
"cross-spawn": "^5.0.1",
"empty-dir": "^0.2.1",
"fs-exists-sync": "^0.1.0",
"jsdom": "^9.12.0",
"ora": "^1.1.0",
"vinyl-fs": "^2.4.4",
"webpack": "^2.3.3",
"which": "^1.2.14"
},
"bugs": {
"url": "https://github.com/AlloyTeam/omi-cli/issues"
},
"homepage": "https://github.com/AlloyTeam/omi-cli#readme"
}