-
Notifications
You must be signed in to change notification settings - Fork 15
/
package-dist.json
41 lines (41 loc) · 953 Bytes
/
package-dist.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
{
"name": "angular2-carousel",
"version": "1.0.16",
"description": "Angular 2 Minimalist carousel",
"main": "bundles/ng2-carousel-module.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"keywords": [
"angular",
"angular2",
"angular 2",
"angular 4",
"ng2",
"ngx",
"carousel",
"angular carousel"
],
"author": {
"name": "Alejandro Marcos",
"email": "[email protected]"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/kappys1/angular2-carrousel/blob/master/LICENSE"
}],
"repository" : {
"type" : "git",
"url" : "https://github.com/kappys1/angular2-carousel.git"
},
"homepage": "",
"bugs": {
"url": "https://github.com/kappys1/angular2-carrousel/issues"
},
"peerDependencies": {
"@angular/core": ">=2.0.0 ",
"@angular/platform-browser": ">=2.0.0",
"rxjs": "^5.0.1",
"hammerjs": "^2.0.8",
"@types/hammerjs": "^2.0.35"
}
}