-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 907 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 907 Bytes
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
{
"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"
}
}