-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
37
38
39
40
41
42
43
44
45
{
"name": "react-native-pagination",
"version": "1.5.5",
"description": "The best Pagination component for React Native.",
"main": "react-native-pagination/index.js",
"dependencies": {
"react-native-vector-icons": "^4.3.0"
},
"devDependencies": {
"babel-eslint": "^8.2.5",
"eslint": "^5.0.0",
"eslint-plugin-react": "^7.9.1"
},
"scripts": {
"eslint": "eslint --config .eslintrc.js react-native-pagination/* --fix && eslint --config .eslintrc.js ReactNativePaginationExample --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garrettmac/react-native-pagination.git"
},
"keywords": [
"react",
"react-native",
"pagination",
"scroll",
"tabs",
"list",
"flatlist",
"native",
"listview",
"flatlist",
"sectionlist",
"react-component",
"react-native-component",
"list",
"ui",
"profile-page"
],
"author": "Garrett Mac <[email protected]> (http://vyga.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/garrettmac/react-native-pagination/issues"
},
"homepage": "https://github.com/garrettmac/react-native-pagination#readme"
}