forked from aksonov/react-native-router-flux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.38 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "react-native-router-flux",
"version": "3.2.6",
"description": "React Native Router using Flux architecture",
"repository": {
"type": "git",
"url": "https://github.com/aksonov/react-native-router-flux"
},
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"react-native",
"react-native-router",
"react-components",
"react-component",
"ios",
"android",
"flux",
"router",
"navigation"
],
"author": {
"name": "Pavlo Aksonov",
"email": "[email protected]",
"url": "http://aksonov.com"
},
"license": "ISC",
"maintainers": [
{
"name": "aksonov",
"email": "[email protected]"
}
],
"dependencies": {
"assert": "^1.3.0",
"immutable": "^3.7.6",
"react-native-tabs": "^1.0.2"
},
"peerDependencies": {
"react-native": "^0.22.0",
"react": "^0.14.7"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"enzyme": "^2.1.0",
"expect": "^1.14.0",
"mocha": "^2.4.5",
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7",
"react-native": "^0.22.0",
"react-native-mock": "0.0.6",
"sinon": "^1.17.3"
}
}