bandsintown-events
Version:
A simple Bands In Town events api wrapper
42 lines (41 loc) • 952 B
JSON
{
"name": "bandsintown-events",
"version": "1.0.4",
"description": "A simple Bands In Town events api wrapper",
"main": "./src/BandsInTownEvents.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/steven-klein/bandsintown-events"
},
"keywords": [
"bandsintown",
"events",
"api",
"shows",
"tour",
"dates",
"artists",
"music"
],
"author": "spklein",
"license": "ISC",
"homepage": "https://bitbucket.org/spklein/bit-get/overview",
"dependencies": {
"reqwest": "^2.0.5"
},
"devDependencies": {
"browserify": "^13.0.0",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}