{
  "name": "react-reflux",
  "version": "1.2.2",
  "description": "Implement Redux in an easy and elegant way without much boilerplate code",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clear": "rimraf dist",
    "build": "npm run clear && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rintoj/react-reflux.git"
  },
  "keywords": [
    "React",
    "Redux",
    "Reflux",
    "Decorators"
  ],
  "author": "Rinto Jose",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rintoj/react-reflux/issues"
  },
  "homepage": "https://github.com/rintoj/react-reflux#readme",
  "dependencies": {
    "react": "^15.4.2",
    "reflect-metadata": "^0.1.10",
    "rxjs": "^5.3.0",
    "seamless-immutable": "^7.1.2",
    "source-map-loader": "^0.2.1"
  },
  "devDependencies": {
    "@types/node": "^7.0.12",
    "@types/react": "^15.0.21",
    "concurrently": "^3.4.0",
    "nodemon": "^1.11.0",
    "rimraf": "^2.6.1",
    "tslint": "^5.0.0",
    "typescript": "^2.2.2"
  }
}
