{
  "name": "bb-cli",
  "version": "0.1.0-rc.1",
  "description": "Command line tools for working with Backbase CXP.",
  "author": "Backbase",
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "preferGlobal": "true",
  "scripts": {
    "test": "gulp test"
  },
  "bin": {
    "bb": "bin/bb"
  },
  "dependencies": {
    "acorn": "^0.11.0",
    "asking": "^0.1.2",
    "chalk": "^0.5.1",
    "cli-table": "^0.3.1",
    "clui": "^0.3.1",
    "cross-spawn": "^0.2.6",
    "formattor": "0.0.2",
    "fs-extra": "^0.14.0",
    "fs-finder": "^1.8.0",
    "generator-ronin": "^0.1.2",
    "gulp": "^3.8.8",
    "gulp-conflict": "^0.2.0",
    "gulp-filter": "^1.0.2",
    "gulp-rename": "^1.2.0",
    "gulp-template": "^1.1.1",
    "inquirer": "^0.8.0",
    "jxon": "^1.2.0",
    "lodash": "^3.2.0",
    "map-stream": "0.0.5",
    "mosaic-rest-js": "0.1.3",
    "mvn-credentials": "^0.2.0",
    "node-fs-extra": "^0.8.1",
    "q": "^1.1.2",
    "request": "^2.46.0",
    "ronin": "^0.3.10",
    "xml2js": "^0.4.4"
  },
  "main": "lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/Backbase/bb-cli.git"
  },
  "bugs": {
    "url": "https://github.com/Backbase/bb-cli/issues"
  },
  "homepage": "https://github.com/Backbase/bb-cli",
  "devDependencies": {
    "gulp-jscs": "^1.4.0",
    "gulp-jshint": "^1.9.2",
    "jshint-stylish": "^1.0.1",
    "mocha": "^2.0.1",
    "gulp-mocha": "^2.0.1",
    "should": "^4.3.0"
  }
}
