-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 889 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 889 Bytes
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": "@inteach/react-native-scroll-indicator",
"version": "0.0.4",
"description": "react native scroll indicator",
"main": "./src/index.js",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InTeach/react-native-scroll-indicator.git"
},
"keywords": [
"react",
"react native",
"scroll indicator",
"scroll",
"indicator",
"scroll view"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InTeach/react-native-scroll-indicator/issues"
},
"homepage": "https://github.com/InTeach/react-native-scroll-indicator#readme",
"peerDependencies": {
"react": "^16.0.0",
"react-native": "^0.49.3"
},
"dependencies": {
"react-native-linear-gradient": "^2.3.0"
},
"devDependencies": {}
}