{
  "name": "lucy",
  "version": "0.1.5",
  "description": "A command line tool for building LucyBot apps",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bobby-brennan/lucy-cmd.git"
  },
  "author": "Bobby Brennan",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bobby-brennan/lucy-cmd/issues"
  },
  "homepage": "https://github.com/bobby-brennan/lucy-cmd",
  "dependencies": {
    "async": "^0.9.0",
    "mkdirp": "^0.5.0",
    "request": "^2.53.0",
    "yargs": "^3.3.1"
  },
  "preferGlobal": true,
  "bin": {
    "lucy": "index.js"
  }
}
