forked from dockleryxk/ng-simple-slideshow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist-package.json
58 lines (58 loc) · 1.29 KB
/
dist-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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ng-simple-slideshow",
"version": "1.3.0-beta.11",
"license": "MIT",
"private": false,
"author": {
"name": "Richard Jeffords",
"email": "rajeffords@gmail.com",
"url": "https://richard.pizza"
},
"bugs": {
"url": "https://github.com/dockleryxk/ng-simple-slideshow/issues"
},
"peerDependencies": {
"@angular/core": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
},
"deprecated": false,
"description": "A simple, responsive slideshow for Angular 4+.",
"homepage": "https://github.com/dockleryxk/ng-simple-slideshow",
"keywords": [
"angular",
"angular 2",
"angular 4",
"angular 5",
"angular 6",
"angular 7",
"angular 8",
"angular 9",
"ng",
"ngx",
"ng2",
"ng4",
"ng5",
"ng6",
"ng7",
"ng8",
"ng9",
"slideshow",
"carousel",
"slider",
"angular2",
"angular4",
"angular5",
"angular6",
"angular7",
"angular8",
"angular9"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dockleryxk/ng-simple-slideshow.git"
},
"main": "bundles/ng-simple-slideshow.umd.js",
"module": "ng-simple-slideshow.es5.js",
"es2015": "ng-simple-slideshow.js",
"typings": "ng-simple-slideshow.d.ts",
"metadata": "ng-simple-slideshow.metadata.json"
}