{
  "name": "md5-js",
  "version": "0.0.3",
  "description": "md5 library and cli tools",
  "main": "md5.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hapjs/md5-js.git"
  },
  "bin": {
    "md5": "bin/cli.js"
  },
  "dependencies": {},
  "keywords": [
    "md5"
  ],
  "author": "hapjs",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hapjs/md5-js/issues"
  },
  "homepage": "https://github.com/hapjs/md5-js#readme",
  "devDependencies": {
    "rollup": "^0.25.8",
    "uglify-js": "^2.7.0"
  }
}
