{
  "name": "node-coinmarketcap",
  "version": "0.2.0",
  "description": "Node module to retrieve information from CoinMarketCap",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aex12/node-coinmarketcap.git"
  },
  "keywords": [
    "coinmarketcap",
    "cryptocurrencies",
    "cryptocoins",
    "analytics",
    "api"
  ],
  "author": "Alex Caston",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Aex12/node-coinmarketcap/issues"
  },
  "homepage": "https://github.com/Aex12/node-coinmarketcap#readme",
  "dependencies": {
    "request": "^2.81.0"
  }
}
