UNPKG

zl-react-native-gifted-chat

Version:

The most complete chat UI for React Native, based on 'react-native-gifted-chat'

53 lines (52 loc) 1.37 kB
{ "name": "zl-react-native-gifted-chat", "version": "0.0.3", "description": "The most complete chat UI for React Native, based on 'react-native-gifted-chat'", "main": "index.js", "scripts": { "test": "jest" }, "jest": { "preset": "jest-react-native" }, "repository": { "type": "git", "url": "git+https://github.com/zhulux/react-native-gifted-chat.git" }, "keywords": [ "android", "ios", "react-native", "react", "react-component", "messenger", "message", "chat" ], "author": "Moejser", "license": "MIT", "bugs": { "url": "https://github.com/zhulux/react-native-gifted-chat/issues" }, "homepage": "https://github.com/zhulux/react-native-gifted-chat#readme", "devDependencies": { "babel-jest": "^14.1.0", "babel-preset-react-native": "^1.9.0", "eslint": "^3.2.2", "eslint-plugin-react": "^6.0.0", "eslint-plugin-react-native": "^2.0.0", "jest": "^14.1.0", "jest-cli": "^14.1.0", "jest-react-native": "^14.1.3" }, "dependencies": { "@exponent/react-native-action-sheet": "^0.2.1", "md5": "^2.1.0", "moment": "^2.13.0", "react-native-communications": "^2.1.0", "react-native-dismiss-keyboard": "^1.0.0", "react-native-invertible-scroll-view": "^1.0.0", "react-native-parsed-text": "0.0.15", "shallowequal": "^0.2.2" } }