UNPKG

681 BJSONView Raw
1{
2 "name": "node-utopian-rocks",
3 "version": "0.0.2",
4 "description": "API wrapper for utopian.rocks.",
5 "main": "./src/api.js",
6 "dependencies": {
7 "axios": "^0.18.0",
8 "qs": "^6.5.2"
9 },
10 "devDependencies": {
11 "jest": "^23.5.0"
12 },
13 "scripts": {
14 "test": "jest"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/gigatoride/node-utopian-rocks.git"
19 },
20 "keywords": [
21 "node",
22 "api",
23 "wrapper",
24 "utopian"
25 ],
26 "author": "gigatoride",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/gigatoride/node-utopian-rocks/issues"
30 },
31 "homepage": "https://github.com/gigatoride/node-utopian-rocks#readme"
32}