@pitch-me/react-native-twilio-chat
Version:
A React Native wrapper for the Twilio Chat iOS and Android SDKs
40 lines (39 loc) • 1.11 kB
JSON
{
"name": "@pitch-me/react-native-twilio-chat",
"version": "0.4.14",
"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 <whogben@pitch.me>",
"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"
}
}