-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "react-native-navigator-wrapper",
"version": "0.3.0",
"description": "A React Native Navigator component wrapper that implements nested navigators for both push and modal transitions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/APSL/react-native-navigator-wrapper.git"
},
"keywords": [
"ios",
"android",
"react",
"react-native",
"react-component",
"navigator"
],
"author": "Alvaro Medina Ballester <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/APSL/react-native-navigator-wrapper/issues"
},
"homepage": "https://github.com/APSL/react-native-navigator-wrapper#readme",
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3",
"prettier": "^1.3.0"
},
"dependencies": {
"react-native-deprecated-custom-components": "^0.1.0",
"react-native-vector-icons": "^4.0.1"
}
}