forked from ccm-innovation/react-native-twilio-chat
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "@pitch-me/react-native-twilio-chat",
"version": "0.4.25",
"description": "A React Native wrapper for the Twilio Chat iOS and Android SDKs",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
"copy-to-mobile": "cpx \"./**/*.*\" ../mobile/node_modules/@pitch-me/react-native-twilio-chat --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pitch-me-app/react-native-twilio-chat.git"
},
"keywords": [
"react-native",
"react",
"ios",
"android",
"twilio",
"messaging",
"chat"
],
"author": "Will Hogben <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pitch-me-app/react-native-twilio-chat/issues"
},
"homepage": "https://github.com/pitch-me-app/react-native-twilio-chat#readme",
"devDependencies": {
"babel-eslint": "^7.1.1",
"cpx": "^1.5.0",
"eslint": "^3.11.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"react-native": "^0.50.3"
}
}