UNPKG

1.27 kBJSONView Raw
1{
2 "name": "swiper",
3 "version": "6.0.4",
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": false,
10 "scripts": {
11 "postinstall": "echo \"\u001b[35m\u001b[1mLove Swiper? Support Vladimir's work by donating or pledging on patreon:\u001b[22m\u001b[39m\n > \u001b[32mhttps://patreon.com/vladimirkharlampidi\u001b[0m\n\""
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/nolimits4web/Swiper.git"
16 },
17 "keywords": [
18 "swiper",
19 "swipe",
20 "slider",
21 "touch",
22 "ios",
23 "mobile",
24 "cordova",
25 "phonegap",
26 "app",
27 "framework",
28 "framework7",
29 "carousel",
30 "gallery",
31 "plugin",
32 "react",
33 "slideshow"
34 ],
35 "author": "Vladimir Kharlampidi",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/nolimits4web/swiper/issues"
39 },
40 "homepage": "https://swiperjs.com",
41 "funding": {
42 "type": "patreon",
43 "url": "https://www.patreon.com/vladimirkharlampidi"
44 },
45 "engines": {
46 "node": ">= 4.7.0"
47 },
48 "dependencies": {
49 "dom7": "^3.0.0-alpha.7",
50 "ssr-window": "^3.0.0-alpha.4"
51 }
52}
\No newline at end of file