urban-rivals-oauth
Version:
Module making connection with the Urban Rivals OAuth API.
34 lines (33 loc) • 793 B
JSON
{
"name": "urban-rivals-oauth",
"version": "2.0.1",
"description": "Module making connection with the Urban Rivals OAuth API.",
"main": "UROAuth.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-doc": "jsdoc ./UROAuth.js -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanbuatois/urban-rivals-oauth.git"
},
"keywords": [
"Urban",
"Rivals",
"OAuth",
"API"
],
"author": "Dracoctix",
"license": "MIT",
"bugs": {
"url": "https://github.com/yanbuatois/urban-rivals-oauth/issues"
},
"homepage": "https://github.com/yanbuatois/urban-rivals-oauth#readme",
"dependencies": {
"oauth": "^0.9.15"
},
"devDependencies": {
"jsdoc": "^3.6.10"
},
"type": "module"
}