UNPKG

react-ab

Version:

Simple declarative and universal A/B testing component for React.

48 lines (47 loc) 1.16 kB
{ "name": "react-ab", "version": "0.5.0", "description": "Simple declarative and universal A/B testing component for React.", "main": "react-ab.js", "peerDependencies": { "react": ">= 0.13.0" }, "devDependencies": { "beefy": "~2.1.1", "browserify": "~8.1.1", "coveralls": "^2.11.2", "get-random-values": "^1.1.1", "istanbul": "^0.3.5", "jsdom": "^3.0.2", "mocha": "^2.1.0", "react": "^15.6.1" }, "scripts": { "dev": "beefy dev.js --live", "test": "./node_modules/.bin/mocha", "coverage": "./node_modules/istanbul/lib/cli.js cover --print detail ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec" }, "repository": { "type": "git", "url": "https://github.com/olahol/react-ab" }, "keywords": [ "react", "ab", "testing", "component", "javascript", "react-component" ], "author": "Ola Holmström", "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/olahol/react-ab/issues" }, "homepage": "https://github.com/olahol/react-ab", "dependencies": { "create-react-class": "^15.6.0", "prop-types": "^15.5.10" } }