Skip to content

Commit a2fa5b0

Browse files
committed
add package.json for working through npm
1 parent 665c50e commit a2fa5b0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)