Browse code

Refactor and rewrite as contao bundle

Benjamin Roth authored on04/11/2022 22:32:32
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,71 @@
1
+{
2
+  "name": "swiper",
3
+  "version": "6.5.0",
4
+  "description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
5
+  "main": "swiper.cjs.js",
6
+  "jsnext:main": "swiper.esm.js",
7
+  "module": "swiper.esm.js",
8
+  "typings": "swiper.d.ts",
9
+  "sideEffects": [
10
+    "*.less",
11
+    "*.scss",
12
+    "*.css",
13
+    "cjs/utils/dom.js",
14
+    "cjs/components/core/core-class.js",
15
+    "esm/utils/dom.js",
16
+    "esm/components/core/core-class.js",
17
+    "swiper-bundle.cjs.js",
18
+    "swiper-bundle.esm.js"
19
+  ],
20
+  "scripts": {
21
+    "postinstall": "node postinstall.js"
22
+  },
23
+  "repository": {
24
+    "type": "git",
25
+    "url": "https://github.com/nolimits4web/Swiper.git"
26
+  },
27
+  "keywords": [
28
+    "swiper",
29
+    "swipe",
30
+    "slider",
31
+    "touch",
32
+    "ios",
33
+    "mobile",
34
+    "cordova",
35
+    "phonegap",
36
+    "app",
37
+    "framework",
38
+    "framework7",
39
+    "carousel",
40
+    "gallery",
41
+    "plugin",
42
+    "react",
43
+    "vue",
44
+    "angular",
45
+    "svelte",
46
+    "slideshow"
47
+  ],
48
+  "author": "Vladimir Kharlampidi",
49
+  "license": "MIT",
50
+  "bugs": {
51
+    "url": "https://github.com/nolimits4web/swiper/issues"
52
+  },
53
+  "homepage": "https://swiperjs.com",
54
+  "funding": [
55
+    {
56
+      "type": "patreon",
57
+      "url": "https://www.patreon.com/vladimirkharlampidi"
58
+    },
59
+    {
60
+      "type": "open_collective",
61
+      "url": "http://opencollective.com/swiper"
62
+    }
63
+  ],
64
+  "engines": {
65
+    "node": ">= 4.7.0"
66
+  },
67
+  "dependencies": {
68
+    "dom7": "^3.0.0",
69
+    "ssr-window": "^3.0.0"
70
+  }
71
+}
0 72
\ No newline at end of file