react-native-messages
Version:
React Native notification-like messages
36 lines (35 loc) • 907 B
JSON
{
"name": "react-native-messages",
"version": "0.3.0",
"description": "React Native notification-like messages",
"main": "index.js",
"author": "Alexander Tewpin <alex.tewpin@gmail.com> (https://github.com/alextewpin)",
"repository": {
"type": "git",
"url": "git@github.com:Qlean/react-native-messages.git"
},
"keywords": [
"react-native",
"react",
"native",
"message",
"alert",
"notification"
],
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-qlean-react-native": "^1.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.2.0"
}
}