-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
48
49
50
{
"name": "@react-native-oh-tpl/react-native-keyboard-accessory",
"version": "0.1.16-0.0.1",
"description": "A React Native Keyboard Accessory (View, Navigation) Component. Sticky views on keyboard.",
"author": {
"name": "Arda Oğulcan Pektaş",
"email": "[email protected]"
},
"scripts": {
"start": "npm run build && node scripts/setup-example && cd example && npm install && npm start",
"build": "node scripts/build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-oh-library/react-native-keyboard-accessory.git"
},
"bugs": {
"url": "https://github.com/react-native-oh-library/react-native-keyboard-accessory/issues"
},
"homepage": "https://github.com/react-native-oh-library/react-native-keyboard-accessory",
"keywords": [
"react",
"react-native",
"keyboard-accessory",
"keyboard",
"ios",
"android",
"react-component"
],
"tags": [
"react",
"react-native",
"react-component",
"ios",
"android"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"prop-types": ">= 15",
"react": ">= 16",
"react-native": ">= 0.46"
},
"harmony": {
"alias": "react-native-keyboard-accessory"
},
"devDependencies": {
"fs-extra": "^6.0.1"
}
}