UNPKG

redux-ab-test

Version:

A/B testing React components with Redux and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for React, Redux, and Segment.io

105 lines (104 loc) 3.08 kB
{ "engines": { "npm": "7.5.0" }, "name": "redux-ab-test", "keywords": [ "react", "react-component", "redux", "redux-component", "testing", "test", "A/B", "ab", "A/B testing", "A/B test" ], "main": "dist/index.js", "description": "A/B testing React components with Redux and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for React, Redux, and Segment.io", "directories": { "src": "src", "dist": "dist", "test": "test" }, "peerDependencies": {}, "dependencies": { "debug": "^2.6.3", "react-immutable-proptypes": "^2.1.0" }, "devDependencies": { "babel": "6.23.0", "babel-cli": "6.24.0", "babel-core": "6.24.0", "babel-eslint": "7.1.1", "babel-jest": "19.0.0", "babel-loader": "6.4.0", "babel-plugin-add-module-exports": "0.2.1", "babel-plugin-react-transform": "2.0.2", "babel-plugin-transform-class-properties": "6.23.0", "babel-plugin-transform-react-display-name": "6.23.0", "babel-plugin-transform-react-jsx-source": "6.22.0", "babel-plugin-transform-runtime": "6.23.0", "babel-plugin-typecheck": "3.9.0", "babel-polyfill": "6.23.0", "babel-preset-airbnb": "2.2.3", "babel-preset-es2015": "6.24.0", "babel-preset-es2016": "6.22.0", "babel-preset-react": "6.23.0", "babel-preset-stage-0": "6.22.0", "babel-register": "6.24.0", "babel-runtime": "6.23.0", "chai": "3.5.0", "chai-enzyme": "0.6.1", "chai-immutable": "1.6.0", "chai-spies": "0.7.1", "enzyme": "2.7.1", "eslint": "3.17.0", "eslint-loader": "1.6.3", "eslint-plugin-flowtype": "2.30.3", "eslint-plugin-import": "2.2.0", "eslint-plugin-jsx-a11y": "4.0.0", "eslint-plugin-react": "6.10.0", "flow": "0.2.3", "flow-bin": "0.41.0", "immutable": "3.8.1", "jest": "19.0.2", "mocha": "3.2.0", "mocha-jsdom": "1.1.0", "react": "15.4.2", "react-addons-test-utils": "15.4.2", "react-dom": "15.4.2", "react-redux": "5.0.3", "react-test-renderer": "15.4.2", "redux": "3.6.0", "redux-actions": "2.0.1", "redux-mock-store": "1.2.2", "sinon": "2.0.0" }, "scripts": { "test": "jest --config test/jest-watch-config.json", "test:coverage": "jest --config test/jest-build-config.json", "test:watch": "jest --watch --config test/jest-watch-config.json", "clean": "rm -rf ./dist", "lint": "./node_modules/.bin/eslint --fix ./src", "build": "babel --out-dir=./dist src", "shipit": "npm run build && npm publish && npm run clean" }, "version": "6.6.5", "release": { "verifyConditions": { "path": "./test/release" } }, "repository": { "type": "git", "url": "https://github.com/gnagel/redux-ab-test.git" }, "author": "Glenn Nagel", "license": "MIT", "bugs": { "url": "https://github.com/gnagel/redux-ab-test/issues" }, "homepage": "https://github.com/gnagel/redux-ab-test#readme" }