forked from react-native-modal/react-native-modal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 837 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
{
"name": "react-native-modal",
"version": "2.3.2",
"description": "An enhanced React-Native modal",
"main": "src/index.js",
"scripts": {
"lint": "eslint src",
"test": "npm run lint",
"reset": "watchman watch-del-all && rm -rf node_modules/ && npm cache clean && npm prune && yarn cache clean"
},
"keywords": [
"react-native",
"react",
"native",
"modal",
"android",
"ios",
"backdrop",
"simple",
"animated"
],
"author": "Mazzarolo Matteo",
"license": "ISC",
"dependencies": {
"react-native-animatable": "^1.1.1"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.5.0",
"eslint-plugin-prettier": "^2.0.0",
"eslint-plugin-react-app": "^1.0.2",
"prettier": "^0.18.0",
"react": ">=15.0.0",
"react-native": ">=0.24.0"
}
}