-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
47 lines (47 loc) · 1.14 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
46
47
{
"name": "react-native-page-control",
"version": "1.1.1",
"description": "React native page control, like ios UIPageControl",
"author": "silentcloud",
"repository": {
"type": "git",
"url": "https://github.com/silentcloud/react-native-page-control.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"page-control",
"PageControl",
"UIPageControl"
],
"files": [
"index.d.ts",
"index.js",
"PageControl.js"
],
"main": "index.js",
"types": "index.d.ts",
"readmeFilename": "README.md",
"license": "MIT",
"bugs": {
"url": "https://github.com/silentcloud/react-native-page-control/issues"
},
"homepage": "https://github.com/silentcloud/react-native-page-control",
"dependencies": {
"create-react-class": "^15.6.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-preset-react-native": "^2.1.0",
"rc-tools": "6.x",
"react": "^15.5.0",
"react-dom": "^15.5.0",
"react-native": "~0.42.0",
"react-native-index-page": "~0.2.0"
},
"scripts": {
"init": "rc-tools run react-native-init",
"start": "react-native start"
}
}