forked from criso/fbgraph
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 829 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": "fb-react-sdk",
"version": "1.0.4",
"description": "Facebook Graph API client",
"keywords": [
"facebook",
"api",
"graph",
"react"
],
"author": "Akshaya Kumar Sharma <[email protected]>",
"main": "index",
"dependencies": {
"lodash": "^4.0.0",
"qs": "^6.0.2",
"superagent": "^1.7.1"
},
"devDependencies": {
"vows": "0.7.x"
},
"repository": {
"type": "git",
"url": "git://github.com/lordakshaya/fb-react-sdk.git"
},
"engines": {
"node": ">= 0.12.7"
},
"bugs": {
"url": "https://github.com/lordakshaya/fb-react-sdk/issues"
},
"homepage": "https://github.com/lordakshaya/fb-react-sdk#readme",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}