UNPKG

bgg-axios

Version:

BoardGameGeek.com API axios client

34 lines (33 loc) 639 B
{ "name": "bgg-axios", "version": "2.0.3", "description": "BoardGameGeek.com API axios client", "main": "index.js", "scripts": { "test": "node test/index.js" }, "repository": { "type": "git", "url": "git://github.com/marcioos/bgg" }, "keywords": [ "boardgamegeek", "bgg", "xmlapi", "json", "promise", "axios" ], "author": "Marcio Oliveira <marciottlg@gmail.com>", "contributors": [ "Luis Montes" ], "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/marcioos/bgg/issues" }, "dependencies": { "axios": "^0.16.2", "xml2json": "^0.11.0" } }