UNPKG

@gameroom/gameroom-kit

Version:

Node kit for the Gameroom API

29 lines (28 loc) 566 B
{ "name": "@gameroom/gameroom-kit", "version": "0.2.6", "description": "Node kit for the Gameroom API", "main": "index.js", "scripts": { "test": "mocha --timeout 3000 ./test; exit 0" }, "keywords": [ "Gameroom", "API", "Kit" ], "author": "Jay Deaton", "license": "ISC", "dependencies": { "@emporium/api-adapter": "0.0.1", "@emporium/core": "0.0.2", "axios": "^0.18.0", "base-64": "^0.1.0", "uuid": "^3.3.2" }, "devDependencies": { "chai": "^4.2.0", "faker": "^4.1.0", "mocha": "^5.2.0" } }