{
  "name": "banana-split",
  "version": "0.10.0",
  "description": "Split testing for Node.js and MongoDB",
  "main": "lib/Banana.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/SteveRidout/banana-split"
  },
  "homepage": "https://github.com/SteveRidout/banana-split",
  "scripts": {
    "test": "jshint lib && jshint test && nodeunit test"
  },
  "keywords": [
    "ab",
    "split",
    "testing",
    "engine"
  ],
  "devDependencies": {
    "jshint": "*",
    "mockgoose": "^1.10.7",
    "mongoose": "^3.8.20",
    "nodeunit": "*",
    "random-js": "^1.0.4"
  },
  "author": {
    "name": "Steve Ridout"
  },
  "license": "MIT",
  "dependencies": {
    "MD5": "^1.2.1",
    "async": "^0.9.0",
    "random-weighted-choice": "^0.1.1",
    "underscore": "^1.7.0"
  },
  "bugs": {
    "url": "https://github.com/SteveRidout/banana/issues"
  }
}
