-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 919 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
{
"name": "dubo-cli",
"version": "1.1.2",
"description": "Dubo CLI is the Standard Tooling for Mobile Web Development.",
"main": "index.js",
"bin": {
"dubo": "./bin/index.js",
"dubo-cli": "./bin/index.js"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/TerenYeung/dubo-cli.git"
},
"keywords": [
"cli",
"h5",
"boilerplate",
"webpack",
"react",
"vue",
"scss",
"less"
],
"author": "[email protected]",
"license": "Anti 996",
"bugs": {
"url": "https://github.com/TerenYeung/dubo-cli/issues"
},
"homepage": "https://github.com/TerenYeung/dubo-cli#readme",
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.20.0",
"figlet": "^1.2.1",
"fs-extra": "^8.0.1",
"inquirer": "^6.3.1",
"minimist": "^1.2.0",
"ora": "^3.4.0",
"request": "^2.88.0",
"semver": "^6.0.0"
}
}