UNPKG

512 BJSONView Raw
1{
2 "name": "fbgraph",
3 "version": "0.2.13",
4 "description": "Facebook Graph API client",
5 "keywords": [
6 "facebook",
7 "api",
8 "graph"
9 ],
10 "author": {
11 "name": "Cristiano Oliveira",
12 "email": "ocean.cris@gmail.com>"
13 },
14 "main": "index",
15 "dependencies": {
16 "request": "2.40.x",
17 "qs": "1.2.x"
18 },
19 "devDependencies": {
20 "vows": "0.7.x"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git://github.com/criso/fbgraph.git"
25 },
26 "engines": {
27 "node": ">= 0.4.1"
28 }
29}