forked from satya164/react-navigation-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 679 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 679 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
{
"name": "react-navigation-addons",
"version": "0.0.1",
"description": "Addons for React Navigation",
"main": "src/index.js",
"author": "Satyajit Sahoo <satyajit.happy@gmail.com>",
"license": "MIT",
"scripts": {
"flow": "flow",
"lint": "eslint ."
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.16.1",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-react-native": "^2.2.1",
"flow-bin": "^0.37.0",
"react": "^15.4.2",
"react-native": "^0.41.2",
"react-navigation": "^1.0.0-beta.5"
}
}