{
  "name": "currency",
  "version": "4.1.0",
  "description": "simple currency conversion cli",
  "main": "index.js",
  "keywords": [
    "currency",
    "exchange",
    "rates",
    "convert",
    "bitcoin",
    "etherum"
  ],
  "license": "MIT",
  "bin": {
    "currency": "cli.js"
  },
  "scripts": {
    "test": "ava -v"
  },
  "dependencies": {
    "got": "7.1.0",
    "money": "0.2.0",
    "ora": "1.3.0",
    "update-notifier": "2.2.0"
  },
  "author": {
    "name": "Soren Brokaer",
    "email": "root@srn.io",
    "url": "http://srn.io"
  },
  "bugs": {
    "url": "https://github.com/srn/currency/issues"
  },
  "homepage": "https://github.com/srn/currency",
  "repository": {
    "type": "git",
    "url": "https://github.com/srn/currency.git"
  },
  "devDependencies": {
    "ava": "0.22.0",
    "nock": "9.0.19"
  }
}
