forked from nativescript-community/expo-nativescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.39 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": "@nativescript-community/expo-contacts-nativescript-plugin",
"version": "1.0.0",
"description": "Expo Contacts, adapted for NativeScript.",
"main": "index.js",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "7.0.6",
"android": "7.0.1"
}
},
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/expo-nativescript.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android"
],
"peerDependencies": {
"@nativescript-community/expo-nativescript-adapter": "*",
"@unimodules/core": "^5.5.1",
"expo-contacts": "^8.6.0",
"unimodules-file-system-interface": "^5.3.0",
"unimodules-permissions-interface": "^5.3.0"
},
"devDependencies": {
"@nativescript-community/expo-nativescript-adapter": "file:../dist/packages/expo-nativescript-adapter"
},
"author": {
"name": "Jamie Birch",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/nativescript-community/expo-nativescript"
},
"license": "MIT",
"homepage": "https://github.com/nativescript-community/expo-nativescript/README.md",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}