-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
39 lines (39 loc) · 993 Bytes
/
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
{
"name": "react-native-simple-modal",
"version": "9.0.1",
"description": "A simple JavaScript modal component for React Native.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bodyflex/react-native-simple-modal.git"
},
"keywords": [
"modal",
"react-native",
"dialog",
"react-component",
"ios",
"android"
],
"peerDependencies": {
"react-native": ">=0.48.0",
"prop-types": "^15.5.10"
},
"author": "bodyflex",
"license": "MIT",
"bugs": {
"url": "https://github.com/bodyflex/react-native-simple-modal/issues"
},
"homepage": "https://github.com/bodyflex/react-native-simple-modal#readme",
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-react-native": "^3.2.1"
}
}