forked from DesignmanIO/react-native-meteor-offline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 919 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
{
"name": "react-native-meteor-redux",
"version": "1.1.18",
"description": "Link react-native-meteor to redux",
"main": "connectMeteorRedux.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DesignmanIO/react-native-meteor-redux.git"
},
"keywords": [
"react",
"native",
"react",
"native",
"meteor",
"redux",
"react",
"native",
"meteor",
"redux"
],
"author": "Designman",
"license": "MIT",
"bugs": {
"url": "https://github.com/DesignmanIO/react-native-meteor-redux/issues"
},
"homepage": "https://github.com/DesignmanIO/react-native-meteor-redux#readme",
"dependencies": {
"lodash": "^4.17.4",
"next-frame": "^0.2.3",
"react-native-meteor": "^1.0.3",
"redux": "^3.6.0",
"redux-persist": "^4.0.1",
"events": "^1.1.1"
}
}