harukaze
Version:
A reactive flux architecture implementation
47 lines (46 loc) • 999 B
JSON
{
"name": "harukaze",
"version": "0.2.2",
"description": "A reactive flux architecture implementation",
"main": "harukaze.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/songsterr/harukaze.git"
},
"keywords": [
"flux",
"react",
"facebook",
"dispatcher",
"reactive",
"bacon",
"frp",
"immutable",
"stateless"
],
"author": "Andrey Subbotin",
"license": "MIT",
"bugs": {
"url": "https://github.com/songsterr/harukaze/issues"
},
"homepage": "https://github.com/songsterr/harukaze",
"dependencies": {
"baconjs": "^0.7.37",
"lodash": "^2.4.1",
"react": "~0.13.1"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-babel": "^5.3.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^0.8.0",
"gulp-pure-cjs": "^0.1.4",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"pure-cjs": "^1.18.2"
}
}