{
  "name": "monies",
  "version": "1.2.0",
  "description": "A little command line application for Monzo",
  "main": "index.js",
  "scripts": {
    "test": "eslint ."
  },
  "bin": {
    "monies": "./lib/cli.js",
    "£": "./lib/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robinjmurphy/monies.git"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "keywords": [
    "mondo",
    "monzo",
    "cli",
    "bank",
    "monies"
  ],
  "author": "robin@robinmurphy.co.uk",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/robinjmurphy/monies/issues"
  },
  "homepage": "https://github.com/robinjmurphy/monies#readme",
  "dependencies": {
    "async": "^2.0.0-rc.3",
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "flashheart": "^2.2.1",
    "moment": "^2.12.0",
    "ramda": "^0.25.0"
  },
  "devDependencies": {
    "eslint": "^3.19.0"
  }
}
