{
  "name": "absee",
  "version": "0.1.7",
  "description": "A library for constructing ab-tests",
  "main": "dist/index.js",
  "directories": {
  },
  "engines": {
    "node": ">= 7.2.0",
    "npm": ">= 3.10.9"
  },
  "scripts": {
    "test": "ava",
    "lint": "./node_modules/.bin/eslint ./src/**/*.js",
    "build": "NODE_ENV=production webpack && NODE_ENV=development webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avivshaked/absee.git"
  },
  "author": "Aviv Shaked",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/avivshaked/absee/issues"
  },
  "homepage": "https://github.com/avivshaked/absee#readme",
  "devDependencies": {
    "ava": "^0.17.0",
    "babel": "^6.5.2",
    "babel-core": "^6.20.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.9",
    "babel-polyfill": "^6.20.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-0": "^6.16.0",
    "babel-register": "^6.18.0",
    "eslint": "^3.12.0",
    "eslint-config-airbnb-base": "^11.0.0",
    "eslint-plugin-ava": "^4.0.0",
    "eslint-plugin-import": "^2.2.0",
    "sinon": "^1.17.6",
    "webpack": "^1.14.0"
  },
  "ava": {
    "files": [
      "src/**/*.spec.js"
    ],
    "source": [
      "src/**/*.js"
    ],
    "babel": "inherit",
    "require": [
      "babel-register",
      "babel-polyfill"
    ]
  }
}
