-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (26 loc) · 747 Bytes
/
package.json
File metadata and controls
27 lines (26 loc) · 747 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
{
"name": "react-native-assistant-context",
"version": "0.0.7",
"description": "Provide context to assistant",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native"
],
"author": "Harpreet Singh <har2008preet@gmail.com>",
"contributors": [
"Harpreet Singh <har2008preet@gmail.com> (https://github.com/har2008preet)"
],
"homepage": "https://github.com/har2008preet/react-native-assistant-context#readme",
"repository": {
"type": "git",
"url": "https://github.com/har2008preet/react-native-assistant-context.git"
},
"license": "",
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1"
}
}