react-native-animated-overlay
Version:
React Native Animated Overlay support IOS & Android.
46 lines (45 loc) • 1.31 kB
JSON
{
"name": "react-native-animated-overlay",
"version": "0.0.10",
"description": "React Native Animated Overlay support IOS & Android.",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && babel src/ -d dist/"
},
"repository": {
"type": "git",
"url": "https://github.com/jacklam718/react-native-animated-overlay.git"
},
"keywords": [
"overlay",
"react overlay",
"react-native",
"react-native-animated-overlay",
"react-native-dialog",
"react native overlay",
"animated-overlay",
"react-component",
"ios",
"android"
],
"author": "jacklam <jacklam718@gmail.com> (https://github.com/jacklam718)",
"license": "MIT",
"homepage": "https://github.com/jacklam718/react-native-animated-overlay/blob/master/README.md",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^7.0.0",
"babel-plugin-flow-react-proptypes": "^3.2.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react-native": "^1.9.2",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^7.0.1",
"flow-bin": "^0.47.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-native": "^0.45.1",
"rimraf": "^2.6.1"
}
}