-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.07 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-content-swiper",
"version": "0.1.4",
"description": "Swiper component for React Native where you can swipe images and other content",
"main": "src/index.js",
"files": [
"src/"
],
"keywords": [
"react-native",
"swiper",
"images",
"image-viewer"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint src"
},
"author": "Petri Tolonen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/phepsi/react-native-content-swiper.git"
},
"bugs": {
"url": "https://github.com/phepsi/react-native-content-swiper/issues"
},
"homepage": "https://github.com/phepsi/react-native-content-swiper#readme",
"dependencies": {
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.1",
"react": "^16.2.0",
"react-native": "^0.52.0"
}
}