We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48f756 commit a78e653Copy full SHA for a78e653
package.json
@@ -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