md5-typescript
Version:
31 lines • 874 B
JSON
{
"name": "md5-typescript",
"version": "1.0.5",
"description": "Md5 typescript",
"scripts": {
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/bundle.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/bundle.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify"
},
"main": "dist/bundles/bundle.umd.js",
"typings": "dist/index.d.ts",
"module": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Hipparch/Md5-typescript.git"
},
"keywords": [
"md5",
"typescript.angular",
"angularjs.angular",
"2",
"typescript"
],
"author": "Hipparchus",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hipparch/Md5-typescript/issues"
},
"homepage": "https://github.com/Hipparch/Md5-typescript#readme"
}