forked from sheikalthaf/ngx-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.05 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
{
"name": "ngx-carousel",
"version": "1.3.5",
"description": "Angular Carousel with customizable option with touch support and even more. Try it then say about it",
"scripts": {
"transpile": "ngc ",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/ngxcarousel.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngxcarousel.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify",
"postinstall": "npm run build"
},
"devDependencies": {
"@angular/compiler": "^4.2.4",
"@angular/compiler-cli": "^4.2.4",
"rollup": "^0.43.0",
"typescript": "^2.3.4",
"uglify-js": "^3.0.19"
},
"dependencies": {
"@angular/common": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@types/hammerjs": "^2.0.34",
"hammerjs": "^2.0.8",
"rxjs": "^5.5.2"
},
"peerDependencies": {
"@angular/common": ">=4.0.0",
"@angular/core": ">=4.0.0"
}
}