giant-bomb
Version:
JavaScript wrapper for the Giant Bomb API
34 lines (33 loc) • 772 B
JSON
{
"name": "giant-bomb",
"version": "2.0.1",
"description": "JavaScript wrapper for the Giant Bomb API",
"main": "giant-bomb.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacobjordan94/giant-bomb.git"
},
"keywords": [
"giant",
"bomb",
"giantbomb",
"wrapper",
"api",
"wiki",
"video games",
"video game"
],
"author": "Jacob Jordan <jacobjordan94@live.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacobjordan94/giant-bomb/issues"
},
"homepage": "https://github.com/jacobjordan94/giant-bomb#readme",
"dependencies": {
"request": "^2.74.0"
},
"tonicExampleFilename": "example.js"
}