-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
31 lines (31 loc) · 874 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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"
}