rafa
Version:
Rafa.js is a Javascript framework for building concurrent applications.
43 lines (42 loc) • 916 B
JSON
{
"name": "rafa",
"version": "0.0.5",
"description": "Rafa.js is a Javascript framework for building concurrent applications.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"keywords": [
"frp",
"functional",
"reactive",
"stream",
"streams",
"rafa",
"rafa.js",
"Channel",
"Enumerator",
"EventStream",
"Property",
"Promise",
"Stream"
],
"author": "Jim Bishopp <jamesbishopp@gmail.com>",
"homepage": "https://jamesbishopp.github.io/Rafa.js",
"repository": {
"type": "git",
"url": "http://github.com/jamesbishopp/Rafa.js.git"
},
"license": "MIT",
"devDependencies": {
"babel": "5.8.23",
"benchmark": "1.0.0",
"eslint": "1.5.1",
"mocha": "2.2.5",
"uglify-js": "2.4.24",
"phantomjs": "1.9.7-15",
"mocha-phantomjs": "3.6.0",
"chai": "2.3.0",
"splitdoc": "jamesbishopp/splitdoc"
}
}