Skip to content

Commit a78e653

Browse files
committed
Added package.json
1 parent d48f756 commit a78e653

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "auto-deploy",
3+
"version": "1.0.0",
4+
"description": "Auto deploy new builds when repository is updated.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/jayc331/Auto-deploy.git"
12+
},
13+
"keywords": [
14+
"Automatic",
15+
"deploy",
16+
"repository"
17+
],
18+
"author": "jayc331 (https://github.com/jayc331/)",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/jayc331/Auto-deploy/issues"
22+
},
23+
"homepage": "https://github.com/jayc331/Auto-deploy#readme"
24+
}

0 commit comments

Comments
 (0)