forked from lelandrichardson/react-native-parallax-view
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 780 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
{
"name": "react-native-parallax-view",
"version": "2.0.2",
"description": "Parallax view for vertical scrollview with a header image and header content",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lelandrichardson/react-native-parallax-view.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"parallax"
],
"author": "Leland Richardson",
"license": "MIT",
"bugs": {
"url": "https://github.com/lelandrichardson/react-native-parallax-view/issues"
},
"homepage": "https://github.com/lelandrichardson/react-native-parallax-view",
"dependencies": {
"react-native-scrollable-mixin": "^1.0.1"
}
}