-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 995 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
{
"name": "react-native-better-navigator",
"version": "1.0.2",
"description": "Wraps the react-native navigator and provides an easy to use navigation interface",
"main": "index.js",
"scripts": {
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json",
"docs": "npm run generate-docs && open docs/index.html",
"test": "jest"
},
"keywords": [
"react-native",
"navigator",
"component"
],
"peerDependencies": {
"react-native-vector-icons": "2.1.0"
},
"author": "Michael Malura <[email protected]>",
"license": "MIT",
"dependencies": {
"react-native-basic-constants": "github:devnetik/react-native-basic-constants"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Devnetik/react-native-better-navigator.git"
},
"bugs": {
"url": "https://github.com/Devnetik/react-native-better-navigator/issues"
},
"homepage": "https://github.com/Devnetik/react-native-better-navigator#readme"
}