forked from react-z/react-swipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 859 Bytes
/
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
{
"name": "react-swipr",
"version": "2.0.0",
"description": "a react component for swipr the minimal touch swipe carousel",
"main": "js/react-swipr.js",
"repository": {
"type": "git",
"url": "https://github.com/StevenIseki/react-swipr.git"
},
"peerDependencies": {
"react": "*"
},
"dependencies": {
"swipr": "git+https://github.com/alancasagrande/swipr.git"
},
"keywords": [
"react",
"react-component",
"react-swipr",
"react swiper",
"react-swipe",
"react-slide",
"react-slider",
"react slide",
"react slider",
"react-carousel",
"react carousel",
"swiper",
"swipe",
"slider",
"slide",
"carousel",
"touch-slider",
"touch enabled",
"minimal",
"simple slider",
"minimal slider"
],
"author": "Steven Iseki James Z",
"license": "MIT"
}