{
  "name": "workout",
  "version": "1.0.7",
  "description": "SPA application like a helper for your a workout. Wrote use the React on ES6",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -rf public/* && webpack -p",
    "clean": "rm -fr public/*",
    "status": "webpack --json --profile > stats.json",
    "serve": "webpack-dev-server --inline",
    "apiserve": "node src/backend/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stepanmas/workout.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stepanmas/workout/issues"
  },
  "homepage": "https://github.com/stepanmas/workout#readme",
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-loader": "^6.2.10",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "copy-webpack-plugin": "^4.0.1",
    "css": "^2.2.1",
    "css-loader": "^0.26.1",
    "fbemitter": "^2.1.1",
    "file": "^0.2.2",
    "file-loader": "^0.9.0",
    "html-webpack-plugin": "^2.24.1",
    "json": "^9.0.4",
    "json-loader": "^0.5.4",
    "postcss": "^5.2.7",
    "postcss-loader": "^1.2.1",
    "pug": "^2.0.0-beta6",
    "pug-loader": "^2.3.0",
    "react-hot-loader": "^1.3.1",
    "style": "0.0.3",
    "style-loader": "^0.13.1",
    "stylus": "^0.54.5",
    "stylus-loader": "^2.4.0",
    "url": "^0.11.0",
    "url-loader": "^0.5.7",
    "webpack": "^1.14.0",
    "webpack-dev-server": "^1.16.2"
  },
  "dependencies": {
    "axios": "^0.15.3",
    "babel-runtime": "^6.20.0",
    "body-parser": "^1.15.2",
    "bootstrap": "^3.3.7",
    "mongodb": "^2.2.21",
    "react": "^15.4.1",
    "react-bootstrap": "^0.30.7",
    "react-dom": "^15.4.1",
    "react-redux": "^5.0.1",
    "react-router": "^3.0.0",
    "react-router-bootstrap": "^0.23.1",
    "redux": "^3.6.0"
  }
}
