{
  "name": "node-utopian-rocks",
  "version": "0.2.0",
  "description": "An API wrapper for utopian.rocks.",
  "main": "./src/api.js",
  "dependencies": {
    "axios": "^0.18.0"
  },
  "devDependencies": {
    "jest": "^23.5.0"
  },
  "scripts": {
    "test": "jest --detectOpenHandles"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gigatoride/node-utopian-rocks.git"
  },
  "keywords": [
    "node",
    "api",
    "wrapper",
    "utopian"
  ],
  "author": "gigatoride",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gigatoride/node-utopian-rocks/issues"
  },
  "homepage": "https://github.com/gigatoride/node-utopian-rocks#readme"
}
