forked from quickredfox/pushover
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 737 Bytes
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
{
"name": "pushover",
"description": "git push deploy server over http",
"version": "1.3.6",
"repository": {
"type": "git",
"url": "git://github.com/substack/pushover.git"
},
"main": "index.js",
"keywords": [
"git",
"push",
"deploy",
"http",
"web",
"repository"
],
"scripts": {
"test": "tap test/*.js"
},
"dependencies": {
"http-duplex": "~0.0.2",
"through": "~2.2.7",
"inherits": "^1.0.0",
"mkdirp": "~0.3.4"
},
"devDependencies": {
"tap": "~0.4.0",
"seq": "~0.3.5"
},
"engines": {
"node": ">=0.4.0"
},
"license": "MIT",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
}
}