{
  "name": "shlux",
  "version": "0.1.4",
  "description": "Simple store for your fluxish application",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./test",
    "autotest": "mocha --watch ./test",
    "build": "webpack",
    "start": "webpack-dev-server --content-base example/"
  },
  "author": "dolbyzerr",
  "license": "ISC",
  "devDependencies": {
    "babel-core": "^6.1.2",
    "babel-loader": "^6.0.1",
    "babel-preset-es2015": "^6.1.2",
    "babel-preset-react": "^6.1.2",
    "immutable": "^3.7.5",
    "mocha": "^2.3.4",
    "react": "^0.14.2",
    "react-dom": "^0.14.2",
    "webpack-dev-server": "^1.12.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dolbyzerr/shlux.git"
  },
  "peerDependencies": {
    "immutable": "^3.7.5"
  },
  "keywords": [
    "flux",
    "react"
  ],
  "bugs": {
    "url": "https://github.com/dolbyzerr/shlux/issues"
  },
  "homepage": "https://github.com/dolbyzerr/shlux#readme"
}
