-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
46
47
48
49
50
51
52
{
"name": "rm-image-slider",
"version": "19.0.0",
"description": "Angular Image slider with lightbox. An Angular responsive image slider with lightbox popup. Also support youtube url, image base64 string and mp4 video urls and base64 string.",
"license": "MIT",
"keywords": [
"Angular",
"Angular image slider",
"Angular video slider",
"Angular Carousel",
"responsive slider",
"slideshow",
"carousel",
"slider",
"security",
"performance",
"treeshakable",
"tree-shakable"
],
"author": {
"name": "Rajat Malik",
"email": "mr.rajatmalik@gmail.com",
"url": "https://www.linkedin.com/in/errajatmalik/"
},
"homepage": "https://github.com/malikrajat/rm-image-slider#readme",
"repository": {
"type": "git",
"url": "https://github.com/malikrajat/rm-image-slider.git"
},
"bugs": {
"url": "https://github.com/malikrajat/rm-image-slider/issues"
},
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/rm-image-slider.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/rm-image-slider.mjs"
}
}
}