-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
42 lines (31 loc) · 1.01 KB
/
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" : "facebook-client",
"version": "1.6.1",
"engines": { "node": ">= 0.4.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 <[email protected]>",
"contributors": [
{ "name": "DracoBlue", "email": "[email protected]" },
{ "name": "jharlap" },
{ "name": "liuliu" },
{ "name": "kaareal" },
{ "name": "leoasis" }
],
"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": {
"url": "http://github.com/DracoBlue/node-facebook-client/issues"
},
"licenses" : [
{ "type" : "MIT", "url" : "http://github.com/DracoBlue/node-facebook-client/blob/master/LICENSE" }
]
}