forked from oblador/react-native-parallax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 770 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
{
"name": "react-native-parallax",
"version": "0.3.0",
"description": "Parallax effects for React Native using Animated API",
"main": "index.js",
"scripts": {
"test": "flow check"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"ui",
"parallax",
"image"
],
"repository": {
"type": "git",
"url": "https://oblador@github.com/oblador/react-native-parallax.git"
},
"author": "Joel Arvidsson <joel@oblador.se>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oblador/react-native-parallax/issues"
},
"homepage": "https://github.com/oblador/react-native-parallax",
"dependencies": {
"lodash": "^3.10.1"
}
}