{
  "name": "improvement-tools",
  "version": "0.0.1",
  "description": "improvementTools TinyMCE plugin repo",
  "scripts": {
    "start": "webpack-dev-server --config config/webpack.config.dev.js --progress --open --inline",
    "lint": "eslint 'src/**/*.js'",
    "build": "webpack --config config/webpack.config.prod.js --progress"
  },
  "author": "",
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-loader": "^6.2.10",
    "babel-preset-es2015": "^6.18.0",
    "copy-webpack-plugin": "^4.0.1",
    "eslint": "^3.12.2",
    "eslint-config-standard": "^6.2.1",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^2.0.1",
    "html-webpack-plugin": "^2.26.0",
    "webpack": "^2.2.0",
    "webpack-dev-server": "^1.16.2"
  },
  "dependencies": {
    "babel-polyfill": "^6.26.0",
    "lodash": "^4.17.4",
    "mustache": "^2.3.1"
  },
  "private": true
}
