-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 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
28
29
30
31
32
33
{
"name": "react-native-mobx",
"version": "0.3.2",
"description": "Make your react native app reactive with MobX",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/aksonov/react-native-mobx.git"
},
"keywords": [
"mobx",
"react-native",
"react-native-router-flux",
"react-components",
"react-component",
"reactive"
],
"author": "Pavlo Aksonov",
"license": "ISC",
"bugs": {
"url": "https://github.com/aksonov/react-native-mobx/issues"
},
"homepage": "https://github.com/aksonov/react-native-mobx#readme",
"dependencies": {
"mobx": "^2.2.0",
"mobx-react": "^3.3.0",
"react-native-router-flux": "^3.31.2"
}
}