forked from DracoBlue/node-facebook-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (27 loc) · 913 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" : "facebook-client",
"version": "1.0.0",
"engines": { "node": ">= 0.2.0" },
"homepage": "http://dracoblue.net/c/node-facebook-client/",
"description": "A javascript (nodejs) implementation of facebook's client for oauth and rest+graph api.",
"author": "DracoBlue <JanS@DracoBlue.de>",
"contributors": [
{ "name": "DracoBlue", "email": "JanS@DracoBlue.de" }
],
"keywords": ["facebook", "oauth", "client"],
"directories" : {
},
"main" : "lib/facebook-client/index.js",
"bin" : {
},
"repository": {
"type": "git",
"web": "http://github.com/DracoBlue/node-facebook-client.git"
},
"bugs": {
"web": "http://github.com/DracoBlue/node-facebook-client/issues"
},
"licenses" : [
{ "type" : "MIT", "url" : "http://github.com/DracoBlue/node-facebook-client/blob/master/LICENSE" }
]
}