-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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": "djbiu",
"version": "1.0.3",
"description": "基于koa2的脚手架,自动生成项目的整体框架,并提供工具自动生成单表的增删改查操作",
"main": "index.js",
"bin": {
"djbiu": "bin/djbiu.js"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"camel-case": "^3.0.0",
"chalk": "^2.3.1",
"commander": "^2.14.1",
"download-git-repo": "^1.0.2",
"ejs": "^2.5.7",
"glob": "^7.1.2",
"glob-promise": "^3.4.0",
"inquirer": "^5.1.0",
"log-symbols": "^2.2.0",
"metalsmith": "^2.3.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-renamer": "^0.4.0",
"mysql": "^2.15.0",
"node-cmd": "^3.0.0",
"ora": "^1.4.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmule/koa-scaffold.git"
},
"author": "dingrui",
"license": "ISC",
"bugs": {
"url": "https://github.com/lmule/koa-scaffold/issues"
},
"homepage": "https://github.com/lmule/koa-scaffold#readme",
"keywords": [
"koa2",
"scaffold",
"脚手架"
]
}