hitbox-api
Version:
A package that helps the user easily work with the hitbox.tv API.
28 lines (27 loc) • 619 B
JSON
{
"name": "hitbox-api",
"version": "0.0.8",
"description": "A package that helps the user easily work with the hitbox.tv API.",
"main": "index.js",
"author": "GamingTom",
"license": "ISC",
"dependencies": {
"request": "^2.46.0"
},
"devDependencies": {},
"keywords": [
"hitbox",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/GamingTom/node.js-hitbox-api.git"
},
"bugs": {
"url": "https://github.com/GamingTom/node.js-hitbox-api/issues"
},
"homepage": "https://github.com/GamingTom/node.js-hitbox-api",
"scripts": {
"test": "mocha"
}
}