splitster
Version:
Javascript AB testing tool
22 lines (21 loc) • 479 B
JSON
{
"name": "redux-app",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "concurrently \"webpack -w\" \"nodemon index.js\""
},
"dependencies": {
"babel-register": "^6.24.1",
"concurrently": "^3.5.0",
"cookie-parser": "^1.4.3",
"express": "^4.15.4",
"ramda": "^0.24.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"splitster-redux": "^0.0.2"
}
}