-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 918 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
{
"name": "react-native-screenpager",
"version": "0.1.1",
"description": "a snapchat like swipe ui with native rendering for react native",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elbstack/react-native-screenpager.git"
},
"keywords": [
"react-native",
"screenpager",
"swipe",
"navigation",
"snapchat"
],
"author": "Ansgar Mertens <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/elbstack/react-native-screenpager/issues"
},
"homepage": "https://github.com/elbstack/react-native-screenpager#readme",
"peerDependencies": {
"prop-types": "^15.5.10",
"react": "^16.0.0-alpha.12",
"react-native": "^0.48.3",
"react-native-animatable": "^1.2.3",
"react-native-interactable": "^0.1.3"
}
}