-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 948 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
38
39
{
"name": "react-native-chi-page-control",
"version": "0.0.5",
"description": "Cool page control animations written in React Native",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martinslapinskis/react-native-chi-page-control.git"
},
"keywords": [
"React-native",
"React native",
"Page-control",
"Page Control",
"PageControl",
"UIPageControl",
"Pager",
"Onboarding",
"Welcome",
"Introduction",
"ui"
],
"author": "Martins Lapinskis",
"license": "MIT",
"bugs": {
"url": "https://github.com/martinslapinskis/react-native-chi-page-control/issues"
},
"homepage": "https://github.com/martinslapinskis/react-native-chi-page-control#readme",
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.58.0"
}
}