forked from meliorence/react-native-snap-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "react-native-snap-carousel",
"version": "2.0.1",
"description": "Swiper component for React Native with previews and snapping effect. Compatible with Android & iOS.",
"main": "index.js",
"repository": {
"type": "git",
"url": "github.com/archriss/react-native-snap-carousel"
},
"keywords": [
"react",
"native",
"carousel",
"slider",
"swiper",
"items",
"snap",
"android",
"ios",
"simple",
"snapping",
"component"
],
"author": "Archriss",
"license": "ISC",
"dependencies": {
"react-addons-shallow-compare": "latest"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-preset-react-native": "^1.9.0",
"eslint": "^3.6.1",
"eslint-config-standard": "^5.3.5",
"eslint-config-standard-react": "^3.0.0",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-react": "^6.3.0",
"eslint-plugin-standard": "^2.0.0"
},
"peerDependencies": {
"react": "*",
"react-addons-shallow-compare": "*",
"react-native": "*"
}
}