{
  "name": "easy-abtest",
  "version": "1.0.1",
  "description": "Easy and lean a/b testing library that can be used server-side and client-side.",
  "main": "abtest.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darshanbib/easy-abtest.git"
  },
  "keywords": [
    "abtest",
    "ab-test"
  ],
  "author": "Darshan Somashekar",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/darshanbib/easy-abtest/issues"
  },
  "homepage": "https://solitaired.com/",
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^9.0.2",
    "sinon": "^11.1.1",
    "sinon-chai": "^3.7.0"
  }
}
