-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
44 lines (44 loc) · 1.17 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
{
"name": "react-native-material-dialog",
"version": "0.7.7",
"description": "Material design compliant dialog for React Native",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hectahertz/react-native-material-dialog.git"
},
"keywords": [
"react-native",
"react",
"material",
"material-design",
"dialog",
"pop-up",
"popup",
"modal"
],
"dependencies": {
"prop-types": "^15.5.10",
"react-native-typography": "^1.0.3",
"react-native-vector-icons": "^4.2.0"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-react-native": "^2.2.1"
},
"author": "hectahertz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hectahertz/react-native-material-dialog/issues"
},
"homepage": "https://github.com/hectahertz/react-native-material-dialog#readme"
}