{
  "name": "tiny-experiment",
  "version": "1.2.17",
  "description": "Lightweight javascript module to run AB tests",
  "main": "./distribution/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel source --presets babel-preset-es2015 --out-dir distribution & browserify --debug distribution/*.js > distribution/bundle.js",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/genelee/tiny-experiment.git"
  },
  "keywords": [
    "split",
    "split-testing",
    "ab",
    "a/b",
    "ab-testing",
    "test",
    "testing",
    "experiment",
    "optimizely"
  ],
  "author": "Gene Lee",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/genelee/tiny-experiment/issues"
  },
  "homepage": "https://github.com/genelee/tiny-experiment",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.11.1",
    "babelify": "^7.3.0",
    "browserify": "^13.0.1"
  },
  "dependencies": {
    "promise-polyfill": "^5.2.1"
  }
}
