forked from GustavoCostaW/ngc-float-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.25 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "ngc-float-button",
"description": "Google Material Float Button - Implementation for Angular v4+",
"scripts": {
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/ngc-float-button.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngc-float-button.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify"
},
"keywords": [
"angular2",
"angular",
"npm",
"package",
"module",
"float button",
"float",
"button"
],
"author": "Gustavo Costa - @GustavoCostaW",
"license": "MIT",
"peerDependencies": {
"@angular/core": ">=4.4.4"
},
"devDependencies": {
"@angular/cdk": "^6.0.2",
"@angular/common": "^6.0.2",
"@angular/compiler": "^6.0.2",
"@angular/compiler-cli": "^6.0.2",
"@angular/platform-browser": "^6.0.2",
"@angular/platform-browser-dynamic": "^6.0.2",
"@angular/core": "^6.0.2",
"@angular/forms": "^6.0.2",
"@angular/material": "^6.0.2",
"@angular/animations": "^6.0.2",
"@angular/http": "^6.0.2",
"@types/node": "^10.1.0",
"core-js": "^2.5.6",
"rollup": "^0.59.1",
"rxjs": "^6.1.0",
"typescript": "2.7.2",
"uglify-js": "^3.3.9",
"zone.js": "^0.8.26"
}
}