-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "react-native-zendesk-chat",
"version": "0.4.1",
"description": "React Native Wrapper around Zopim Zendesk Chat",
"main": "index.js",
"types": "RNZendeskChat.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/taskrabbit/react-native-zendesk-chat"
},
"scripts": {
"prettier": "prettier",
"prettier:all": "prettier --write '**/*.json' '**/*.js' '**/*.ts' ",
"lint": "eslint"
},
"keywords": [
"zendesk",
"chat",
"react-native",
"react",
"ios",
"android",
"react-component"
],
"homepage": "https://github.com/taskrabbit/react-native-zendesk-chat.git",
"bugs": "https://github.com/taskrabbit/react-native-zendesk-chat/issues",
"author": "jrichardlai",
"contributors": [
"Brian Leonard <[email protected]>",
"Frederic Barthelemy <github.com/fbartho>",
"Gabriel Perales <github.com/gabrielperales>",
"Jean-Richard Lai <github.com/jrichardlai>",
"Jordan Smith <[email protected]>",
"Michael Kachanovskyi <[email protected]>",
"Robert Murray <[email protected]>",
"Zane Chua <github.com/zanechua>"
],
"license": "MIT",
"devDependencies": { "prettier": "2.0.x", "eslint": "7.3.x" },
"peerDependencies": {
"react": "^16.11.0",
"react-native": "0.60.x | 0.61.x | 0.62.x | 0.63.x"
}
}