File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " isomorphic-react-redux" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " isomorphic react + redux shopping cart with async data fetch" ,
5
+ "main" : " src/server/index.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/vichu1988/isomorphic-react-redux.git"
12
+ },
13
+ "keywords" : [
14
+ " isomorphic" ,
15
+ " react" ,
16
+ " redux" ,
17
+ " async" ,
18
+ " shopingcart" ,
19
+ " auth"
20
+ ],
21
+ "author" : " Visweshwaran S" ,
22
+ "license" : " MIT" ,
23
+ "bugs" : {
24
+ "url" : " https://github.com/vichu1988/isomorphic-react-redux/issues"
25
+ },
26
+ "homepage" : " https://github.com/vichu1988/isomorphic-react-redux#readme" ,
27
+ "dependencies" : {
28
+ "babel" : " ^6.5.2" ,
29
+ "babel-core" : " ^6.9.1" ,
30
+ "babel-register" : " ^6.9.0" ,
31
+ "express" : " ^4.13.4" ,
32
+ "material-ui" : " ^0.15.0" ,
33
+ "react" : " ^15.1.0" ,
34
+ "react-dom" : " ^15.1.0" ,
35
+ "react-redux" : " ^4.4.5" ,
36
+ "react-router" : " ^2.4.1" ,
37
+ "react-router-redux" : " ^4.0.4" ,
38
+ "react-tap-event-plugin" : " ^1.0.0" ,
39
+ "redux" : " ^3.5.2" ,
40
+ "webpack" : " ^1.13.1"
41
+ }
42
+ }
You can’t perform that action at this time.
0 commit comments