UNPKG

react-abtest

Version:

A simple React and React Native AB test component.

45 lines (44 loc) 1.04 kB
{ "name": "react-abtest", "version": "5.0.0", "description": "A simple React and React Native AB test component.", "main": "dist/index.js", "scripts": { "compile": "babel -d dist/ src/", "prepare": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/soldotno/react-abtest.git" }, "bugs": { "url": "https://github.com/soldotno/react-abtest/issues" }, "homepage": "https://github.com/soldotno/react-abtest#readme", "authors": [ "Lars Jansøn Engvik" ], "license": "MIT", "peerDependencies": { "prop-types": ">=15.5.0", "react": ">=16.0.0", "react-dom": ">=16.0.0" }, "devDependencies": { "@babel/cli": "7.7.7", "@babel/core": "7.7.7", "@babel/plugin-syntax-dynamic-import": "7.7.4", "@babel/preset-env": "7.7.7", "@babel/preset-react": "7.7.4", "prop-types": ">=15.5.0", "react": ">=16.0.0", "react-dom": ">=16.0.0" }, "keywords": [ "react", "ab", "ab-test", "ab test", "test" ] }