{
  "name": "bazaar-cli",
  "version": "0.46.7",
  "description": "The CLI for Bazaar: a framework to build mobile app features in React+Horizon",
  "main": "src/main.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doubledutch/bazaar-cli.git"
  },
  "author": "DoubleDutch",
  "license": "MIT",
  "bin": {
    "bz": "src/main.js",
    "bazaar": "src/main.js"
  },
  "homepage": "https://bazaar.doubledutch.me/",
  "dependencies": {
    "@horizon/server": "2.0.0",
    "argparse": "^1.0.3",
    "bluebird": "^3.4.1",
    "chalk": "^1.1.3",
    "diff-match-patch": "^1.0.0",
    "form-urlencoded": "^1.5.0",
    "hasbin": "^1.2.1",
    "joi": "^8.0.5",
    "jsonwebtoken": "^5.5.4",
    "mime-types": "^2.0.4",
    "mute-stream": "0.0.7",
    "node-fetch": "^1.6.3",
    "node-zip": "^1.1.1",
    "open": "0.0.5",
    "prompt": "^1.0.0",
    "rethinkdb": "^2.1.1",
    "semver": "^5.4.1",
    "toml": "^2.3.0"
  },
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=3.0.0"
  },
  "preferGlobal": true
}
