-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "react-native-reactive",
"version": "0.0.3",
"description": "React Native Reactive Model-View architecture",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aksonov/react-native-reactive.git"
},
"keywords": [
"react-native",
"reactive",
"reactivity",
"react-components",
"react-component",
"kefir",
"kefirjs",
"calmm-js",
"reactive"
],
"author": "Pavlo Aksonov",
"license": "ISC",
"bugs": {
"url": "https://github.com/aksonov/react-native-reactive/issues"
},
"dependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose-rollup": "^7.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-preset-stage-2": "^6.5.0",
"kefir": "^3.2.2",
"kefir.atom": "^2.2.1",
"kefir.react.native": "^0.1.0",
"partial.lenses": "^3.4.1",
"ramda": "^0.21.0",
"react-native-router-flux": "^3.26.2"
},
"homepage": "https://github.com/aksonov/react-native-reactive#readme"
}