forked from root-two/react-native-drawer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 910 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
37
38
39
{
"name": "react-native-drawer",
"version": "2.3.0",
"description": "React Native Drawer",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "[email protected]:rt2zz/react-native-drawer.git"
},
"dependencies": {
"tween-functions": "^1.0.1"
},
"devDependencies": {
"babel-eslint": "^4.1.8",
"eslint": "^1.10.3",
"eslint-config-rackt": "^1.1.1",
"eslint-config-standard-react": "^1.2.1",
"eslint-plugin-react": "^3.14.0",
"eslint-plugin-standard": "^1.3.1"
},
"keywords": [
"react",
"react-native",
"react-component",
"drawer",
"side-menu",
"menu",
"ios",
"android",
"material design"
],
"author": "rt2zz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rt2zz/react-native-drawer/issues"
},
"homepage": "https://github.com/rt2zz/react-native-drawer"
}