{
  "name": "web-animation-club",
  "version": "0.6.0",
  "description": "Web Animation Club",
  "repository": "rcaferati/web-animation-club",
  "license": "MIT",
  "main": "dist/web-animation-club.min.js",
  "module": "dist/web-animation-club.min.js",
  "keywords": [
    "clipboard",
    "copy",
    "cut"
  ],
  "scripts": {
    "build": "webpack --mode development",
    "build-min": "webpack --mode production --config webpack.prod.js",
    "build-watch": "webpack --mode development --watch",
    "test": "echo true",
    "prepublish": "npm run build && npm run build-min"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "uglifyjs-webpack-plugin": "^1.3.0",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.9.0"
  }
}
