forked from diadistis/dpd-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 815 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
{
"name": "dpd-proxy",
"description": "A simple proxy resource for deployd",
"version": "0.1.6",
"homepage": "https://github.com/diadistis/dpd-proxy",
"author": {
"name": "Diadistis",
"email" : "[email protected]"
},
"contributors": [{
"name": "Colin Bate",
"url" : "https://github.com/colinbate"
}],
"repository": {
"type": "git",
"url": "git://github.com/diadistis/dpd-proxy.git"
},
"bugs": {
"url": "http://github.com/diadistis/dpd-proxy/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/diadistis/dpd-proxy/blob/master/LICENSE"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"curlrequest": "~0.4.1"
},
"keywords": [
"deployd",
"resource",
"proxy"
]
}