forked from expo/react-native-invertible-scroll-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 842 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-invertible-scroll-view",
"version": "1.1.0",
"description": "An invertible ScrollView for React Native",
"main": "InvertibleScrollView.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/exponentjs/react-native-invertible-scroll-view.git"
},
"keywords": [
"react-native",
"invertible",
"scroll-view"
],
"author": "Charlie Cheever <ccheever@getexponent.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/exponentjs/react-native-invertible-scroll-view/issues"
},
"homepage": "https://github.com/exponentjs/react-native-invertible-scroll-view",
"dependencies": {
"create-react-class": "^15.6.0",
"prop-types": "^15.5.10",
"react-clone-referenced-element": "^1.0.1",
"react-native-scrollable-mixin": "^1.0.1"
}
}