react-ab-test
Version:
A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.
26 lines (25 loc) • 568 B
JSON
{
"name": "example-isomorphic",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"express": "^4.13.3",
"envify": "^3.4.0",
"express-session": "^1.11.3",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"webpack": "^1.12.2",
"ejs": "^2.3.4"
},
"devDependencies": {},
"scripts": {
"start": "webpack --config webpack.example.config.js; node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushtell/react-ab-test.git"
},
"author": "",
"license": "MIT"
}