-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 805 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 805 Bytes
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
{
"name": "react-native-intent-gate",
"version": "0.0.2",
"description": "Opens Android App Intents and Reads Activity Results",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"android",
"intent"
],
"author": "Digital Health Integration <www.digitalhealthintegration.org>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DigitalHealthIntegration/React-Native-Intent-Gate.git"
},
"homepage": "https://github.com/DigitalHealthIntegration/React-Native-Intent-Gate",
"peerDependencies": {
"@types/react": "^16.8.19",
"@types/react-native": "^0.57.62",
"react": "^16.8.6",
"react-native": "^0.59.9"
}
}