we are using flux now ... yaaay ...

This commit is contained in:
Senad Uka
2015-01-25 10:26:10 +01:00
parent bbb6e9cc71
commit fe3703d892
15 changed files with 227 additions and 56 deletions

View File

@@ -10,6 +10,8 @@
"license": "BSD-2-Clause",
"devDependencies": {
"browserify": "~8.1.0",
"events": "^1.0.2",
"flux": "^2.0.1",
"grunt": "~0.4.5",
"grunt-browserify": "~3.2.1",
"grunt-cli": "~0.1.13",
@@ -18,7 +20,8 @@
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"merry-go-round": "^0.1.1",
"reactify": "~0.17.1"
"reactify": "~0.17.1",
"underscore": "^1.7.0"
},
"dependencies": {
"react": "~0.12.2",