{
  "name" : "variants",
  "version" : "0.3.3",
  "description" : "Framework for declaring dynamic flags based on pluggable conditions.",
  "keywords" : ["node", "variants", "experiments", "mods"],
  "repository" : {
    "type" : "git",
    "url" : "http://github.com/Obvious/variants.git"
  },
  "homepage" : "https://github.com/Obvious/variants",
  "author" : {
    "name" : "David Byttow",
    "email" : "david@obvious.com",
    "url" : "https://github.com/guitardave24"
  },
  "licenses": [{
    "type": "Apache 2.0",
    "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  }],
  "author": {
    "name": "David Byttow",
    "email": "guitardave@gmail.com",
    "url": "http://twitter.com/guitardave24"
  },
  "main" : "./lib/variants.js",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "test": "./node_modules/.bin/nodeunit ./tests/variants_test.js"
  },
   "devDependencies": {
    "nodeunit": "*"
  }
}
