rantscript
Version:
A JavaScript wrapper for the FULL devRant API
31 lines (30 loc) • 668 B
JSON
{
"name": "rantscript",
"version": "1.1.1",
"description": "A JavaScript wrapper for the FULL devRant API",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RekkyRek/RantScript.git"
},
"keywords": [
"devrant",
"api",
"rest",
"public"
],
"author": "Dacexi",
"license": "MIT",
"bugs": {
"url": "https://github.com/RekkyRek/RantScript/issues"
},
"homepage": "https://github.com/RekkyRek/RantScript#readme",
"dependencies": {
"co": "^4.6.0",
"node-fetch": "^1.6.3",
"url": "^0.11.0"
}
}