forked from sashasimkin/gihook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 891 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
38
{
"name": "gihook",
"version": "0.7.1",
"private": false,
"scripts": {
"start": "node app.js"
},
"directories": {
"lib": "./lib"
},
"bin": {
"gihook": "./app.js"
},
"main": "./app.js",
"dependencies": {
"express": "3.4.8",
"nomnom": "1.6.2"
},
"engines": {
"node": ">=0.6.21"
},
"description": "Git web-hook receiver that created for run some code on push to git repo.",
"repository": {
"type": "git",
"url": "https://github.com/sashasimkin/gihook.git"
},
"keywords": [
"git",
"web-hook"
],
"author": "Sasha Simkin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sashasimkin/gihook/issues"
},
"homepage": "https://github.com/sashasimkin/gihook",
"devDependencies": {}
}