-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 841 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
{
"name": "auto-deploy-service",
"bin": {
"auto-deploy-service": "bin/auto-deploy-service"
},
"version": "1.0.5",
"description": "An automatic pull commit of the server. After the deployment of the project commit, the automatic pull down.",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pengng/auto-deploy-service.git"
},
"keywords": [
"git",
"pull",
"coding",
"service",
"auto deploy"
],
"author": "pengng",
"license": "ISC",
"bugs": {
"url": "https://github.com/pengng/auto-deploy-service/issues"
},
"homepage": "https://github.com/pengng/auto-deploy-service#readme",
"dependencies": {
"async": "^2.5.0",
"body-parser": "^1.17.2",
"commander": "^2.11.0",
"express": "^4.15.3",
"express-req-logger": "^1.0.7"
}
}