albion
Version:
NodeJS module to interact with the Albion Online API
35 lines (34 loc) • 717 B
JSON
{
"name": "albion",
"version": "0.3.1",
"description": "NodeJS module to interact with the Albion Online API ",
"main": "./lib/index.js",
"types": "./typings/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"lib",
"typings",
"example.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alladeila/albion.git"
},
"keywords": [
"albion",
"api",
"albion",
"online"
],
"author": "Emslay",
"license": "LGPL-2.1-or-later",
"bugs": {
"url": "https://github.com/emslay/albion/issues"
},
"homepage": "https://github.com/emslay/albion#readme"
}