{
  "name": "@bb-cli/bb-config",
  "description": "Get bb project or global options",
  "version": "2.2.0",
  "jsnext:main": "src/index.js",
  "main": "dist/index.js",
  "license": "SEE LICENSE IN LICENSE",
  "bin": {
    "bb-config": "bin/bb-config.js"
  },
  "private": false,
  "preferGlobal": true,
  "dependencies": {
    "@bb-cli/base": "^2.2.0",
    "os-homedir": "^1.0.2",
    "ramda": "^0.23.0"
  },
  "devDependencies": {},
  "keywords": [
    "bb-cli-command"
  ],
  "scripts": {
    "test-unit": "tape -r babel-register src/**/*.spec.js",
    "test-e2e": "tape -r babel-register src/**/*.e2e.js"
  }
}