{
  "name": "rxflux",
  "version": "0.1.7",
  "description": "Flux flow built on Reactive Extensions.",
  "author": {
    "name": "Johan Olsson",
    "email": "johano.js@gmail.com"
  },
  "repository": "johan-olsson/RxFlux",
  "license": "MIT",
  "files": [
    "index.js",
    "cli.js",
    "Store.js"
  ],
  "keywords": [
    "RxFlux",
    "React",
    "Flux",
    "reactive extensions"
  ],
  "dependencies": {
    "meow": "3.1.0",
    "rx": "2.5.3",
    "uuid-js": "0.7.5"
  },
  "devDependencies": {
    "browserify": "9.0.3",
    "grunt-cli": "0.1.13",
    "grunt-contrib-jshint": "0.11.0",
    "grunt-contrib-nodeunit": "0.4.1",
    "grunt-contrib-watch": "0.6.1",
    "grunt-mocha-cli": "1.12.0",
    "jshint-stylish": "1.0.1",
    "load-grunt-tasks": "3.1.0",
    "time-grunt": "1.1.0"
  },
  "scripts": {
    "test": "grunt test",
    "browser": "browserify index.js > browser.js"
  },
  "bin": {
    "rxflux": "cli.js"
  }
}
