Files
react-native-gifted-chat/package.json
2016-07-30 18:19:42 +02:00

52 lines
1.3 KiB
JSON

{
"name": "react-native-gifted-chat",
"version": "0.0.1",
"description": "The most complete chat UI for React Native",
"main": "index.js",
"scripts": {
"test": "jest"
},
"jest": {
"preset": "jest-react-native"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FaridSafi/react-native-gifted-chat.git"
},
"keywords": [
"android",
"ios",
"react-native",
"react",
"react-component",
"messenger",
"message",
"chat"
],
"author": "Farid Safi",
"license": "MIT",
"bugs": {
"url": "https://github.com/FaridSafi/react-native-gifted-chat/issues"
},
"homepage": "https://github.com/FaridSafi/react-native-gifted-chat#readme",
"devDependencies": {
"babel-jest": "^14.0.2",
"babel-preset-react-native": "^1.9.0",
"eslint": "^3.1.0",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-react-native": "^1.1.0",
"jest": "^14.0.1",
"jest-cli": "^14.0.1",
"jest-react-native": "^14.0.0"
},
"dependencies": {
"@exponent/react-native-action-sheet": "git+https://github.com/FaridSafi/react-native-action-sheet.git",
"md5": "^2.1.0",
"moment": "^2.13.0",
"react-native-communications": "^2.0.0",
"react-native-dismiss-keyboard": "^1.0.0",
"react-native-invertible-scroll-view": "^1.0.0",
"react-native-parsed-text": "0.0.15"
}
}