fb-graph-api
Version:
NodeJS Library for Facebook Graph API
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "fb-graph-api",
"version": "1.0.13",
"description": "NodeJS Library for Facebook Graph API",
"homepage": "https://github.com/CoericK/fb-graph-api",
"keywords": [
"fb",
"facebook-graph",
"facebook-graph-api",
"facebook",
"graph",
"facebook graph",
"facebook api",
"graph api",
"facebook graph api"
],
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist/* && babel src --out-dir dist/ && cp package.json dist"
},
"author": {
"name": "Erick Arroyo",
"email": "erick@erickarroyo.com",
"url": "https://erickarroyo.com"
},
"bugs": {
"url": "https://github.com/CoericK/fb-graph-api/issues"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/CoericK/fb-graph-api.git"
},
"dependencies": {
"async": "^2.6.0",
"request": "^2.83.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}