{
  "name": "monero-nodejs-community",
  "version": "4.1.0",
  "description": "A Monero library written in Node.js.",
  "main": "./lib/wallet.js",
  "scripts": {
    "test": "node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MyEcoria/monero-nodejs.git"
  },
  "keywords": [
    "Monero",
    "crypto",
    "currency",
    "poloniex",
    "shapeshift",
    "cryptocurrency",
    "Node.js",
    "monero-wallet-rpc",
    "bitcoin",
    "bitmonerod"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MyEcoria/monero-nodejs/issues"
  },
  "homepage": "https://github.com/MyEcoria/monero-nodejs#readme",
  "dependencies": {
    "request": "^2.85.0",
    "request-promise": "^4.2.2"
  },
  "devDependencies": {
    "mocha": "^2.4.5",
    "should": "^8.3.0"
  }
}
