aping-plugin-facebook
Version:
Facebook plugin for apiNG
38 lines • 929 B
JSON
{
"name": "aping-plugin-facebook",
"version": "0.7.8",
"description": "Facebook plugin for apiNG",
"main": "dist/angular-plugin-facebook.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohnnyTheTank/apiNG-plugin-facebook.git"
},
"keywords": [
"aping",
"facebook",
"angularjs",
"rest",
"api",
"json",
"angular"
],
"author": "Jonathan Hornung",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohnnyTheTank/apiNG-plugin-facebook/issues"
},
"homepage": "https://github.com/JohnnyTheTank/apiNG-plugin-facebook",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"angular-facebook-api-factory": "*"
},
"dependencies": {
"aping": "*"
}
}