forked from prateek3255/react-native-infinite-looping-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1004 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
{
"name": "react-native-infinite-looping-scroll",
"version": "0.0.3",
"description": "A react native component that lets you scroll infinitely in both directions by repeating the same items.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"infinite",
"scroll",
"looping"
],
"bugs": {
"url": "https://github.com/prateek3255/react-native-infinite-looping-scroll/issues"
},
"dependencies": {
"prop-types": "15.5.10"
},
"peerDependencies": {
"react": "^16.0.0-beta.5",
"react-native": "^0.49.1"
},
"devDependencies": {
"babel-jest": "22.4.4",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.4",
"react-test-renderer": "16.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prateek3255/react-native-infinite-looping-scroll.git"
},
"author": "Prateek Surana <[email protected]>",
"license": "MIT"
}