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 665c50e commit a2fa5b0Copy full SHA for a2fa5b0
package.json
@@ -0,0 +1,28 @@
1
+{
2
+ "name": "git-auto-deploy-ex",
3
+ "version": "1.3.0",
4
+ "description": "The little project for auto-deploying projects to a hosting",
5
+ "main": "index.js",
6
+ "directories": {
7
+ "test": "tests"
8
+ },
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1"
11
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/optimistex/git-auto-deploy-ex.git"
15
16
+ "keywords": [
17
+ "auto",
18
+ "deploy",
19
+ "web hook",
20
+ "module"
21
+ ],
22
+ "author": "optimistex",
23
+ "license": "MIT",
24
+ "bugs": {
25
+ "url": "https://github.com/optimistex/git-auto-deploy-ex/issues"
26
27
+ "homepage": "https://github.com/optimistex/git-auto-deploy-ex#readme"
28
+}
0 commit comments