{
  "name": "flipit",
  "version": "2.0.3",
  "description": "Feature flagging for NodeJS",
  "main": "index.js",
  "scripts": {
    "test": "ytestrunner --coverage --istanbul cover --cov-include=index.js --cov-include=lib/* --cov-exclude=**/node_modules/** --save-coverage"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/FenrirUnbound/flipit.git"
  },
  "keywords": [
    "feature",
    "features",
    "flag",
    "flags",
    "flagging",
    "toggle",
    "switch",
    "switches",
    "feature flagging",
    "feature toggling",
    "feature switching",
    "continuous delivery",
    "continuous deployment"
  ],
  "author": "Darren M",
  "license": "MIT",
  "engines": {
    "node": ">=0.10"
  },
  "bugs": {
    "url": "https://github.com/FenrirUnbound/flipit/issues"
  },
  "devDependencies": {
    "jslint": "*",
    "mockery": "*",
    "yuitest": "*",
    "ytestrunner": "*",
    "coveralls": "~2.6.1"
  }
}
