{
  "name": "nimble-cli",
  "version": "1.0.23",
  "description": "Nimble command line interface",
  "preferGlobal": "true",
  "main": "lib/index.js",
  "license": "ISC",
  "keywords": [
    "cli",
    "tools"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "dependencies": {
    "adm-zip": "^0.4.7",
    "async": "^2.0.1",
    "compare-versions": "^3.0.1",
    "download": "^5.0.2",
    "optimist": "^0.6.1",
    "progress": "^1.1.8",
    "stream-buffers": "^3.0.1"
  },
  "bin": {
    "nimble-cli": "bin/main.js"
  },
  "repository": {
    "type": "git",
    "url": "git@bitbucket.org:uforis/nimble_cli.git"
  }
}
