{
  "name": "keygen",
  "version": "0.4.0",
  "description": "url-friendly, random, unique key/token generation",
  "keywords": [
    "token",
    "key",
    "random",
    "unique"
  ],
  "homepage": "https://github.com/bitbutcher/keygen",
  "bugs": "https://github.com/bitbutcher/keygen/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/bitbutcher/keygen.git"
  },
  "author": "Sean M. Duncan <bitbutcher@gmail.com>",
  "contributors": [
    "John E. Bailey <john@devmode.com> (http://devmode.com/who)"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "clean": "grunt clean",
    "dist": "grunt dist",
    "test": "grunt test",
    "coverage": "grunt coverage",
    "link": "grunt coverage",
    "publish": "grunt publish"
  },
  "devDependencies": {
    "blanket": "^1.2.3",
    "coffee-script": "^1.12.7",
    "grunt": "^1.6.1",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-coffee": "^2.1.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-mocha-test": "^0.13.3",
    "mocha": "^2.0.0"
  }
}
