react-native-animated-modal-old
Version:
A simple React-Native animated modal
36 lines (35 loc) • 798 B
JSON
{
"name": "react-native-animated-modal-old",
"version": "1.1.0",
"description": "A simple React-Native animated modal",
"main": "src/index.js",
"scripts": {
"lint": "eslint src",
"test": "npm run lint"
},
"keywords": [
"react-native",
"react",
"native",
"backdrop",
"simple",
"animated",
"modal"
],
"author": "Mazzarolo Matteo",
"license": "ISC",
"dependencies": {
"react-native-animatable": "^1.1.1"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.5.0",
"eslint-config-mostaza-react": "^1.11.2",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.2.1",
"prop-types": "^15.6.2",
"react": ">=15.0.0",
"react-native": ">=0.24.0"
}
}