UNPKG

695 BJSONView Raw
1{
2 "name": "rantscript",
3 "version": "1.3.9",
4 "description": "A JavaScript wrapper for the FULL devRant API",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/RekkyRek/RantScript.git"
12 },
13 "keywords": [
14 "devrant",
15 "api",
16 "rest",
17 "public"
18 ],
19 "author": "Dacexi",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/RekkyRek/RantScript/issues"
23 },
24 "homepage": "https://github.com/RekkyRek/RantScript#readme",
25 "dependencies": {
26 "co": "^4.6.0",
27 "form-data": "^2.2.0",
28 "node-fetch": "^1.6.3",
29 "url": "^0.11.0"
30 }
31}