{
  "name": "js-sha1-webpack",
  "version": "0.3.2",
  "description": "A simple SHA1 hash function for JavaScript supports UTF-8 encoding. Works with webpack.",
  "main": "src/sha1.js",
  "devDependencies": {
    "expect.js": "~0.3.1",
    "jscoverage": "~0.5.9"
  },
  "scripts": {
    "test": "mocha tests/node-test.js -r jscoverage",
    "coveralls": "mocha tests/node-test.js -R mocha-lcov-reporter -r jscoverage | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/marc-hughes/js-sha1"
  },
  "keywords": [
    "sha",
    "sha1",
    "encryption",
    "cryptography",
    "HMAC"
  ],
  "license": "MIT",
  "author": "Marc Hughes <marc.hughes@gmail.com>",
  "homepage": "https://github.com/marc-hughes/js-sha1",
  "bugs": {
    "url": ""
  },
  "dependencies": {
  }
}
