-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 752 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 752 Bytes
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-easy-router",
"version": "3.1.1",
"main": "src/index.js",
"types": "src/index.d.ts",
"dependencies": {
"react-native-animatable": "^1.3.3",
"uuid": "^3.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergeyshpadyrev/react-native-easy-router.git"
},
"keywords": [
"react",
"react-native",
"router",
"navigator",
"navigation",
"screens"
],
"author": "Sergey Shpadyrev",
"license": "MIT",
"bugs": {
"url": "https://github.com/sergeyshpadyrev/react-native-easy-router/issues"
},
"homepage": "https://github.com/sergeyshpadyrev/react-native-easy-router#readme"
}