md5-js
Version:
md5 library and cli tools
31 lines (30 loc) • 622 B
JSON
{
"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"
}
}