{
  "name": "bee-plugin",
  "version": "1.3.0",
  "description": "wrapper of bee-plugin",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "node scripts/start.js",
    "clean": "rimraf dist",
    "build": "(npm run lint && npm run clean && webpack --config ./config/webpack.config.module.js)",
    "lint": "eslint --ignore-path .gitignore ./src"
  },
  "repository": "git+https://github.com/samuv/bee-plugin.git",
  "keywords": [
    "editor",
    "email",
    "bee",
    "plugin"
  ],
  "author": "Samuele Verzi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samuv/bee-plugin/issues"
  },
  "homepage": "https://github.com/samuv/bee-plugin#readme",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.1",
    "babel-preset-env": "^1.6.0",
    "chalk": "^2.0.1",
    "connect-history-api-fallback": "^1.3.0",
    "detect-port": "^1.2.1",
    "dotenv": "^4.0.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-plugin-import": "^2.7.0",
    "html-webpack-plugin": "^2.29.0",
    "http-proxy-middleware": "^0.17.4",
    "rimraf": "^2.6.1",
    "webpack": "^3.3.0",
    "webpack-dev-server": "^2.5.1"
  },
  "dependencies": {
    "load-script": "^1.0.0",
    "whatwg-fetch": "^2.0.3"
  }
}
