-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 821 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 821 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
{
"name": "react-navigation-actions",
"version": "1.0.0",
"description": "Common navigation actions for direct use react-navigation",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git@github.com:netsyno/react-navigation-actions.git"
},
"author": "Josef Roth <jr@netsyno.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/netsyno/react-navigation-actions/issues"
},
"homepage": "https://github.com/netsyno/react-navigation-actions",
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-prettier": "^2.1.2",
"react-navigation": "^1.0.0-beta.11"
},
"peerDependencies": {
"react-navigation": "^1.0.0-beta.11"
}
}