-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.37 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
{
"name": "node-koa2",
"version": "0.1.0",
"private": true,
"scripts": {
"查看": "-------------------------",
"branch": "git branch -a",
"tag": "git tag",
"标签": "-------------------------",
"createtag": "git tag -a 0.1.0 -m Release^-^",
"pushtag": "npm run createtag && git push origin --tags",
"delbranch": "git push origin --delete",
"推送": "-------------------------",
"fetch": "git fetch -p",
"push": "git push origin master",
"commit": "git commit -a ",
"checkout": "git checkout",
"删除": "-------------------------",
"deltag": "git push origin --delete tag",
"delbranck": "git branch -d",
"delbranchall": "git branch -D",
"重命名": " param1 原 param2 新----",
"renamebranch": "git branch -m",
"start": "./node_modules/.bin/nodemon bin/run",
"koa": "./node_modules/.bin/runkoa bin/www",
"pm2": "pm2 start bin/run ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"co": "^4.6.0",
"debug": "^2.2.0",
"ejs": "~2.3.3",
"koa": "^2.0.0",
"koa-bodyparser": "^2.0.1",
"koa-convert": "^1.2.0",
"koa-json": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-onerror": "^1.2.1",
"koa-router": "^7.0.0",
"koa-static": "^2.0.0",
"koa-views": "^5.0.1",
"runkoa": "^1.3.1"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}