md5-hash
Version:
MD5 hashing for string
26 lines (25 loc) • 626 B
JSON
{
"name": "md5-hash",
"version": "1.0.1",
"description": "MD5 hashing for string",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhasan33/md5-hash.git"
},
"keywords": [
"md5",
"hash",
"encription"
],
"author": "Rakib Hasan Amiya <rhasan.amiya@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/rhasan33/md5-hash/issues"
},
"homepage": "https://github.com/rhasan33/md5-hash#readme"
}