tgdb-api
Version:
A simple wrapper for TheGamesDB API
23 lines (22 loc) • 412 B
JSON
{
"name": "tgdb-api",
"version": "0.2.1",
"description": "A simple wrapper for TheGamesDB API",
"main": "index.js",
"keywords": [
"thegamesdb",
"tgdb",
"api",
"gamesdb"
],
"author": "FruitieX",
"repository": {
"type": "git",
"url": "https://github.com/FruitieX/tgdb-api"
},
"license": "MIT",
"dependencies": {
"request": "~2.31.0",
"xml2js": "^0.4.10"
}
}