-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
46 lines (46 loc) · 1009 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"author": {
"email": "[email protected]",
"name": "Pavlo Aksonov",
"url": "http://aksonov.com"
},
"dependencies": {
"react-redux": "^4.4.5",
"redux": "^3.5.2"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register"
},
"devDependencies": {
"babel": "^6.1.18",
"babel-core": "^6.2.1",
"babel-plugin-typecheck": "^3.1.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.3.13",
"mocha": "^2.3.4"
},
"description": "React Native Router using Redux architecture",
"directories": {},
"installable": true,
"keywords": [
"flux",
"redux",
"navigation",
"react-components",
"react-native",
"react-native-router",
"router",
"react-native-router-flux"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "aksonov",
"email": "[email protected]"
}
],
"name": "react-native-redux-router",
"optionalDependencies": {},
"version": "1.0.7"
}