albion-api
Version:
A basic API implementation for Albion online using the limited gameinfo API.
38 lines (37 loc) • 862 B
JSON
{
"name": "albion-api",
"version": "1.3.0",
"description": "A basic API implementation for Albion online using the limited gameinfo API.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-docs": "jsdoc --configure .jsdoc.json --verbose"
},
"keywords": [
"albion",
"online",
"api"
],
"repository": {
"type": "git",
"url": "git+https://github.com/psykzz/albion-api.git"
},
"author": "PsyKzz",
"license": "GNU",
"bugs": {
"url": "https://github.com/psykzz/albion-api/issues"
},
"homepage": "https://github.com/psykzz/albion-api#readme",
"dependencies": {
"async": "^2.5.0",
"debug": "^2.6.8",
"requests": "^0.2.2"
},
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"jsdoc": "^3.5.1",
"minami": "^1.2.3"
}
}