forked from Monte9/react-native-parallax-scrollview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 955 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
{
"name": "react-native-parallax-scrollview",
"version": "3.0.0",
"description": "The Parallax ScrollView component we all deserve",
"main": "./src/ParallaxScrollView",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Monte9/react-native-scroll-view.git"
},
"keywords": [
"react-native",
"reactjs",
"reactnative",
"gestures",
"scrollview",
"ios",
"android",
"parallax",
"ui-components"
],
"scripts": {
"lint": "eslint src/"
},
"author": "Monte Thakkar",
"license": "MIT",
"bugs": {
"url": "https://github.com/Monte9/react-native-scroll-view/issues"
},
"homepage": "https://github.com/Monte9/eact-native-scroll-view#readme",
"devDependencies": {
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz",
"react-native-elements": "^0.19.0"
},
"peerDependencies": {
"prop-types": "^15.6.0"
}
}