kefir
Version:
Reactive Programming library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory usage
59 lines (58 loc) • 1.5 kB
JSON
{
"name": "kefir",
"version": "1.3.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"
},
"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/pozadi/kefir",
"repository": {
"type": "git",
"url": "http://github.com/pozadi/kefir.git"
},
"license": "MIT",
"devDependencies": {
"baconjs": "0.7.52",
"benchmark": "1.0.0",
"coffee-script": "1.9.1",
"coffeeify": "1.0.0",
"grunt": "0.4.5",
"grunt-bower-task": "0.4.0",
"grunt-browserify": "3.5.0",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-jade": "0.14.1",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-uglify": "0.8.0",
"grunt-contrib-watch": "0.6.1",
"grunt-jasmine-node": "git+https://git@github.com/pozadi/grunt-jasmine-node.git",
"grunt-release": "0.7.0",
"jasmine-node": "1.14.5",
"load-grunt-tasks": "3.1.0",
"rx": "2.4.1",
"semver": "2.3.0",
"shelljs": "0.3.0",
"sinon": "1.12.2",
"time-grunt": "1.1.0",
"transducers-js": "0.4.135",
"transducers.js": "0.2.3"
}
}