forked from unRob/HazPush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 855 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
39
40
41
42
{
"name": "hazpush",
"preferGlobal": "true",
"description": "Remote git pull",
"version": "0.2.10",
"homepage": "https://github.com/psm/hazpush",
"bugs": {
"url": "https://github.com/psm/hazpush/issues"
},
"author": "Roberto Hidalgo, Partido Surrealista Mexicano <rob@surrealsita.mx>",
"repository": {
"type": "git",
"url": "https://github.com/psm/hazpush"
},
"dependencies": {
"express": "^4.6.1",
"gift": "^0.4.2",
"github": "^0.2.1",
"nomnom": "^1.8.0",
"prompt": "^0.2.13",
"tail": "^0.3.6"
},
"bin": {
"hazpush": "bin/hazpush"
},
"scripts": {
"prepublish": "coffee -o . -c src"
},
"devDependencies": {
"coffee-script": ">=1.2.0"
},
"license": "WTFPL",
"engine": {
"node": ">=0.10"
},
"keywords": [
"git",
"github",
"pull",
"deploy"
]
}