{
  "name": "rstore",
  "version": "0.4.5",
  "description": "a reactive state manager",
  "main": "./dist/rstore.js",
  "scripts": {
    "build": "webpack",
    "test": "nyc mocha ./test",
    "coverage-html": "nyc report --reporter=html",
    "coverage": "nyc report --reporter=text-lcov|coveralls"
  },
  "files": [
    "src",
    "dist",
    "example.js"
  ],
  "tonicExampleFilename": "example.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nikitadyumin/rstore.git"
  },
  "keywords": [
    "state",
    "event sourcing",
    "cqrs",
    "transaction",
    "elm",
    "es6",
    "es2015",
    "reactive",
    "observable",
    "rxjs",
    "rx",
    "bacon",
    "baconjs",
    "predictable",
    "pure",
    "functional",
    "store",
    "model",
    "flux",
    "redux",
    "frp"
  ],
  "author": "Nikita Dyumin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nikitadyumin/rstore/issues"
  },
  "homepage": "https://github.com/nikitadyumin/rstore#readme",
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-core": "^6.7.7",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-es2015-modules-umd": "^6.4.0",
    "babel-preset-es2015": "^6.3.13",
    "baconjs": "^0.7.84",
    "chai": "^3.4.1",
    "coveralls": "^2.11.9",
    "mocha": "^2.3.4",
    "most": "^1.0.3",
    "nyc": "^6.4.0",
    "rxjs": "^5.0.0-beta.6",
    "webpack": "^1.13.2"
  },
  "nyc": {
    "exclude": [
      "**/*Spec.js",
      "examples"
    ]
  },
  "dependencies": {
    "stk": "^0.2.3"
  }
}
