-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 844 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
{
"name": "dpd-twitter-proxy",
"description": "Twitter proxy for deployd",
"version": "0.1.1",
"homepage": "https://github.com/diadistis/dpd-twitter-proxy",
"author": {
"name": "Diadistis",
"email" : "[email protected]"
},
"contributors": {
"name": "Laodimos",
"email" : "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/diadistis/dpd-twitter-proxy.git"
},
"bugs": {
"url": "http://github.com/diadistis/dpd-twitter-proxy/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/diadistis/dpd-twitter-proxy/blob/master/LICENSE"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"oauth": "~0.9.10"
},
"keywords": [
"deployd",
"resource",
"twitter",
"proxy"
]
}