UNPKG

501 BJSONView Raw
1{
2 "name": "fbgraph",
3 "version": "0.2.4",
4 "description": "a cleaner client to access the facebook graph api",
5 "keywords": [
6 "facebook",
7 "api",
8 "graph"
9 ],
10 "author": "Cristiano Oliveira <ocean.cris@gmail.com>",
11 "main": "index",
12 "dependencies": {
13 "request": "2.11.x",
14 "qs": "0.5.x"
15 },
16 "devDependencies": {
17 "vows": "0.6.x"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git://github.com/criso/fbgraph.git"
22 },
23 "engines": {
24 "node": ">= 0.4.1"
25 }
26}