{
  "name": "react-blogger",
  "version": "0.1.3",
  "description": "React component for simple blogs",
  "main": "index.js",
  "scripts": {
    "start": "webpack-dev-server",
    "build": "NODE_ENV=production webpack -p --config webpack.config.js --progress --profile --colors",
    "pub": "npm run build && npm publish",
    "test": "npm run unit",
    "unit": "mocha --compilers js:babel-register --require babel-polyfill test/index.js",
    "lint": "eslint src/**/*.js test/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robonaut/react-blogger.git"
  },
  "author": {
    "name": "Ilja Strobbe",
    "email": "ilja@robonaut.be"
  },
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/robonaut/react-blogger/issues"
  },
  "homepage": "https://github.com/robonaut/react-blogger",
  "devDependencies": {
    "babel-core": "^6.23.1",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.3.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.23.0",
    "babel-preset-react-optimize": "^1.0.1",
    "babel-preset-stage-0": "^6.22.0",
    "chai": "^3.5.0",
    "eslint": "^3.16.0",
    "html-webpack-plugin": "^2.28.0",
    "mocha": "^3.2.0",
    "react": "^15.4.2",
    "react-dom": "^15.4.2",
    "react-redux": "^5.0.2",
    "react-router-dom": "^4.0.0",
    "redux": "^3.6.0",
    "webpack": "^2.2.1"
  },
  "dependencies": {},
  "engines": {
    "node": ">=6.0"
  }
}
