UNPKG

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.

22 lines (21 loc) 503 B
{ "name": "example-browser", "version": "1.0.0", "description": "", "main": "server.js", "dependencies": { "react": "^0.14.0", "react-dom": "^0.14.0", "webpack-dev-server": "*" }, "devDependencies": {}, "scripts": { "start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --config ./webpack.example.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/pushtell/react-ab-test.git" }, "author": "", "license": "MIT" }