{
  "name": "generator-megadraft-plugin",
  "version": "0.6.1",
  "description": "Base plugin for the Megadraft Editor",
  "homepage": "https://github.com/globocom/generator-megadraft-plugin",
  "author": {
    "name": "Globo.com",
    "url": "https://github.com/globocom/"
  },
  "files": [
    "generators"
  ],
  "main": "generators/index.js",
  "keywords": [
    "plugin",
    "megadraft",
    "draftjs",
    "yeoman-generator"
  ],
  "dependencies": {
    "chalk": "^2.4.1",
    "yeoman-generator": "^2.0.5",
    "yo": "^2.0.2",
    "yosay": "^2.0.2"
  },
  "devDependencies": {
    "babel-eslint": "^6.1.0",
    "eslint": "^2.1.0",
    "eslint-config-xo-space": "^0.13.0",
    "eslint-plugin-react": "^5.2.2",
    "gulp": "^3.9.0",
    "gulp-eslint": "^2.0.0",
    "gulp-exclude-gitignore": "^1.0.0",
    "gulp-plumber": "^1.0.0",
    "yeoman-assert": "^2.0.0",
    "yeoman-test": "^1.0.0"
  },
  "eslintConfig": {
    "extends": "xo-space"
  },
  "repository": "https://github.com/globocom/generator-megadraft-plugin",
  "scripts": {
    "lint": "gulp lint"
  },
  "license": "MIT"
}
