r6-discord
Version:
A r6stats.com API wrapper, with the idea of being used in Discord bots in mind.
32 lines (31 loc) • 678 B
JSON
{
"name": "r6-discord",
"version": "1.2.1",
"description": "A r6stats.com API wrapper, with the idea of being used in Discord bots in mind.",
"main": "index.js",
"scripts": {
"test": "eslint .",
"docs": "node docs.js"
},
"keywords": [
"rainbow",
"rainbow six",
"rainbow six seige",
"rainbow six: seige",
"r6",
"discord"
],
"homepage": "https://github.com/OGNova/r6-discord#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/OGNova/r6-discord.git"
},
"author": "OGNovuh",
"license": "MIT",
"devDependencies": {
"docma": "^1.5.3"
},
"dependencies": {
"node-fetch": "^2.2.0"
}
}