Files
osrs-json-hiscores/package.json
maxswa de41f49411 1.0.9
2018-05-20 14:34:23 -04:00

31 lines
692 B
JSON

{
"name": "osrs-json-hiscores",
"version": "1.0.9",
"description": "The Oldschool Runescape API wrapper that does more!",
"main": "hiscores.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node hiscores.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxswa/osrs-json-hiscores.git"
},
"keywords": [
"oldschool",
"runescape",
"osrs",
"api",
"json",
"hiscores",
"stats",
"skills"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maxswa/osrs-json-hiscores/issues"
},
"homepage": "https://github.com/maxswa/osrs-json-hiscores#readme"
}