aping-plugin-bandsintown
Version:
BandsInTown plugin for apiNG
41 lines (39 loc) • 996 B
JSON
{
"name": "aping-plugin-bandsintown",
"version": "0.7.8",
"description": "BandsInTown plugin for apiNG",
"main": "dist/aping-plugin-bandsintown.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohnnyTheTank/apiNG-plugin-bandsintown.git"
},
"keywords": [
"aping",
"bandsintown",
"events",
"angularjs",
"rest",
"api",
"json",
"angular"
],
"author": "Jonathan Hornung <jonathan.hornung@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohnnyTheTank/apiNG-plugin-bandsintown/issues"
},
"homepage": "https://github.com/JohnnyTheTank/apiNG-plugin-bandsintown",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"angular-bandsintown-api-factory": "*"
},
"dependencies": {
"aping": "*"
}
}