forked from sebavp/react-native-side-menu-over
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 KB
/
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
40
41
42
43
44
{
"name": "react-native-side-menu-over",
"version": "0.0.1",
"description": "Simple customizable component to create side menu",
"main": "build/index.js",
"scripts": {
"build": "./build.sh",
"prepublish": "./build.sh"
},
"repository": {
"type": "git",
"url": "[email protected]:sebavp/react-native-side-menu-over.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"sidebar"
],
"author": "Alexey Kureev <[email protected]> (https://github.com/Kureev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-community/react-native-side-menu/issues"
},
"homepage": "https://github.com/react-native-community/react-native-side-menu",
"dependencies": {
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "^2.1.0",
"eslint": "3",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.0.2",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "0.49",
"react": "16.0.0-alpha.12",
"react-native": "^0.46.3"
}
}