{
  "name": "kefir",
  "version": "2.6.0",
  "description": "Reactive Programming library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory usage",
  "main": "dist/kefir.js",
  "scripts": {
    "test": "grunt webpack:dev && jasmine-node --coffee --matchall test/specs"
  },
  "keywords": [
    "frp",
    "bacon",
    "bacon.js",
    "kefir",
    "kefir.js",
    "functional",
    "reactive",
    "stream",
    "streams",
    "EventStream",
    "Rx",
    "RxJs",
    "Observable"
  ],
  "author": "Roman Pominov <rpominov@gmail.com>",
  "homepage": "https://github.com/rpominov/kefir",
  "repository": {
    "type": "git",
    "url": "http://github.com/rpominov/kefir.git"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-core": "5.5.3",
    "babel-loader": "5.1.4",
    "baconjs": "0.7.64",
    "benchmark": "1.0.0",
    "coffee-script": "1.9.3",
    "coffeeify": "1.1.0",
    "flyd": "0.1.6",
    "flyd-filter": "1.0.2",
    "grunt": "0.4.5",
    "grunt-bower-task": "0.4.0",
    "grunt-browserify": "3.8.0",
    "grunt-cli": "0.1.13",
    "grunt-contrib-clean": "0.6.0",
    "grunt-contrib-jade": "0.14.1",
    "grunt-webpack": "1.0.8",
    "inquirer": "0.8.5",
    "jasmine-node": "1.14.5",
    "load-grunt-tasks": "3.2.0",
    "node-libs-browser": "0.5.2",
    "rx": "2.5.3",
    "semver": "4.3.6",
    "shelljs": "0.5.1",
    "sinon": "1.14.1",
    "time-grunt": "1.2.1",
    "transducers-js": "0.4.174",
    "transducers.js": "0.3.2",
    "webpack": "1.9.10",
    "webpack-dev-server": "1.9.0"
  }
}
