UNPKG

bgg

Version:

BoardGameGeek.com API client

30 lines (29 loc) 541 B
{ "name": "bgg", "version": "1.0.1", "description": "BoardGameGeek.com API client", "main": "index.js", "scripts": { "test": "node test/index.js" }, "repository": { "type": "git", "url": "git://github.com/monteslu/bgg" }, "keywords": [ "boardgamegeek", "bgg", "xmlapi", "json", "promise" ], "author": "Luis Montes", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/monteslu/bgg/issues" }, "dependencies": { "rest": "~1.3.1", "xml2json": "~0.6.1" } }