{
  "name": "hash-generator",
  "version": "0.1.0",
  "description": "Generates random hashes",
  "main": "index.js",
  "scripts": {
    "test": "jshint index.js"
  },
  "author": "Nicolas Escalante <nlante@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nescalante/hash-generator.git"
  },
  "keywords": [
    "hash",
    "generator"
  ],
  "bugs": {
    "url": "https://github.com/nescalante/hash-generator/issues"
  },
  "homepage": "https://github.com/nescalante/hash-generator#readme",
  "devDependencies": {
    "jshint": "^2.9.1"
  }
}
