{
  "name": "bb-plugin-add",
  "bin": {
    "bb-plugin-add": "./bin/index.js"
  },
  "version": "0.4.1",
  "description": "a self-defining module generator plugin for bb-mt",
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-dir dist",
    "test": "jest ./test/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xgfe/bb-plugin-add.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/xgfe/bb-plugin-add/issues"
  },
  "homepage": "https://github.com/xgfe/bb-plugin-add#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "jest": "^23.6.0"
  },
  "dependencies": {
    "babel-core": "7.0.0-bridge.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-register": "^6.26.0",
    "chalk": "^2.4.2",
    "comment-regex": "^1.0.1",
    "fs-extra": "^6.0.1",
    "fs-readfile-promise": "^3.0.1",
    "fullname": "^3.3.0",
    "glob": "^7.1.6",
    "inquirer": "^6.5.2",
    "object-hash": "^1.3.1",
    "ora": "^4.0.4",
    "shelljs": "^0.8.4",
    "simple-git": "^1.132.0"
  }
}
