forked from jkomyno/react-native-animated-hide-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 889 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
{
"name": "react-native-animated-hide-view",
"version": "1.0.1",
"description": "A performant-wise and configurable react-native component that can toggle the opacity of its children, with or without animation.",
"main": "index.js",
"scripts": {
"test": "eslint index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jkomyno/react-native-animated-hide-view"
},
"keywords": [],
"author": "Alberto Schiabel <[email protected]> (https://github.com/jkomyno)",
"license": "MIT",
"devDependencies": {
"react": "^16.0.0-alpha.6",
"react-native": "^0.44.0",
"prop-types": "^15.5.10",
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0"
},
"nativePackage": false
}