forked from jdf2e/Gaea4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 909 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": "gaea-cmd",
"version": "1.0.0",
"description": "gaea-cmd",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.19.0",
"download-git-repo": "^1.1.0",
"fs": "0.0.1-security",
"fs-extra": "^7.0.0",
"glob": "^7.1.3",
"handlebars": "^4.0.12",
"inquirer": "^6.2.0",
"latest-version": "^4.0.0",
"log-symbols": "^2.2.0",
"metalsmith": "^2.3.0",
"minimatch": "^3.0.4",
"ora": "^3.0.0",
"rimraf": "^2.6.2"
},
"devDependencies": {},
"bin": {
"gaea": "./bin/gaea.js",
"g2": "./bin/gaea.js"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jdf2e/Gaea4.git"
},
"keywords": [
"vue",
"webpack",
"jdcfe"
],
"author": "jdc-fe",
"license": "ISC",
"bugs": {
"url": "https://github.com/jdf2e/Gaea4/issues"
},
"homepage": "https://github.com/jdf2e/Gaea4#readme"
}