-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 995 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
32
33
34
35
36
37
{
"name": "ng2-modal-dialog",
"version": "2.0.5",
"description": "AngularX Factory Made Modal Dialog",
"main": "modal.module.ts",
"repository": "https://github.com/DanielNetzer/ng2-modal-dialog",
"scripts": {
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/ngmodaldialog.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngmodaldialog.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify"
},
"dependencies": {
"@angular/core": "5.0.1",
"rxjs": "5.5.2"
},
"keywords": [
"angular5",
"angular4",
"angular2",
"modal",
"dialog",
"Factory"
],
"author": "Daniel Netzer <[email protected]>",
"contributors": [
"Ron Netzer <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"@angular/compiler": "5.0.1",
"@angular/compiler-cli": "5.0.1",
"rollup": "0.51.3",
"typescript": "2.6.1",
"uglify-js": "3.1.8"
}
}