view now gets item with details

This commit is contained in:
Senad Uka
2015-01-24 18:49:47 +01:00
parent abb30414e2
commit bbb6e9cc71
6 changed files with 68 additions and 25 deletions

View File

@@ -9,15 +9,16 @@
"author": "",
"license": "BSD-2-Clause",
"devDependencies": {
"grunt-cli": "~0.1.13",
"grunt": "~0.4.5",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-browserify": "~3.2.1",
"grunt-contrib-connect": "~0.9.0",
"browserify": "~8.1.0",
"reactify": "~0.17.1",
"grunt-contrib-uglify": "~0.7.0"
"grunt": "~0.4.5",
"grunt-browserify": "~3.2.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"merry-go-round": "^0.1.1",
"reactify": "~0.17.1"
},
"dependencies": {
"react": "~0.12.2",