-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 868 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
{
"name": "github-autodeploy",
"version": "1.1.2",
"description": "GitHub Automated Deployment Script for Cynder",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/micahbule/github-autodeploy"
},
"keywords": [
"github",
"autodeploy",
"nodejs"
],
"author": "Micah Andrew Bule",
"license": "ISC",
"bugs": {
"url": "https://github.com/micahbule/github-autodeploy/issues"
},
"homepage": "https://github.com/micahbule/github-autodeploy",
"dependencies": {
"async": "^0.9.0",
"mkdirp": "^0.5.1",
"shelljs": "^0.4.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-git": "^1.6.0",
"gulp-sequence": "^0.4.1",
"semver": "^5.0.3",
"yargs": "^3.29.0"
}
}