{
  "name": "es-md5",
  "version": "2.7.2",
  "title": "JavaScript MD5",
  "description": "Module-friendly fork of [JavaScript MD5](https://github.com/blueimp/JavaScript-MD5). MD5 implementation. Compatible with server-side environments like Node.js, module loaders like RequireJS, Browserify or webpack and all web browsers.",
  "keywords": [
    "javascript",
    "md5"
  ],
  "homepage": "https://github.com/zeekay/es-md5",
  "author": {
    "name": "Sebastian Tschan",
    "url": "https://blueimp.net"
  },
  "contributors": [
    {
      "name": "Paul Johnston",
      "url": "http://pajhome.org.uk/crypt/md5"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/zeekay/es-md5.git"
  },
  "main": "dist/md5.js",
  "module": "dist/md5.mjs",
  "js:next": "dist/md5.mjs",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "devDependencies": {
    "cake-publish": "0.1.5",
    "cake-test": "0.1.0",
    "cake-version": "0.1.9",
    "chai": "3.5.0",
    "handroll": "0.2.9",
    "mocha": "3.1.0",
    "standard": "8.3.0",
    "uglify-js": "2.8.7"
  },
  "scripts": {
    "lint": "standard js/*.js test/*.js",
    "unit": "mocha",
    "test": "npm run lint && npm run unit",
    "build": "cake build",
    "preversion": "npm test"
  }
}