-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 883 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
40
41
42
43
44
45
{
"name": "@idiosync/react-native-modal",
"version": "1.2.14",
"description": "An improved modal implimentation for React Native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc"
},
"contributors": [
"James Trickey <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/trickeyd/react-native-modal.git"
},
"keywords": [
"react",
"react-native",
"modal",
"modals",
"ios",
"android"
],
"files": [
"lib/**/*"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"author": "James Trickey (Idiosync Ltd)",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^16.9.0",
"@types/react-native": "^0.61.00",
"typescript": "^3.7.5"
}
}