forked from expo/react-native-infinite-scroll-view
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "react-native-infinite-scroll-view",
"version": "0.4.2",
"description": "An infinitely scrolling view that notifies you as the scroll offset approaches the bottom",
"main": "InfiniteScrollView.js",
"scripts": {
"lint": "eslint .",
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/exponentjs/react-native-infinite-scroll-view.git"
},
"keywords": [
"react-native",
"infinite",
"pagination",
"scroll-view"
],
"author": "James Ide <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/exponentjs/react-native-infinite-scroll-view/issues"
},
"homepage": "https://github.com/exponentjs/react-native-infinite-scroll-view#readme",
"dependencies": {
"react-clone-referenced-element": "^1.0.1",
"react-native-scrollable-mixin": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.9.0",
"eslint-config-exponent": "^1.0.8",
"eslint-plugin-react": "^5.0.1"
}
}