-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.32 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
{
"name": "redux-livequery",
"version": "0.3.7",
"description": "Provide LiveQuery to react component",
"main": "lib/cjs/index.js",
"scripts": {
"build": "babel src -d lib/cjs",
"test": "echo \"Error: no test specified\" && exit 0"
},
"peerDependencies": {
"immutability-helper": "^2.0.0",
"redux": "^3.*",
"rxjs": "^5.0.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "^7.0.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-register": "^6.11.6",
"immutability-helper": "^2.0.0",
"redux": "^3.*",
"rxjs": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jeffnian88/redux-livequery"
},
"contributors": [
{
"name": "Jeff Nian",
"email": "[email protected]"
}
],
"author": "Jeff Nian",
"keywords": [
"Rx",
"Redux",
"SQL-Like Query",
"Live Query",
"Reactive Query",
"reselect"
],
"files": [
"dist",
"lib",
"README.md"
],
"bugs": {
"url": "https://github.com/jeffnian88/redux-livequery/issues"
},
"license": "MIT"
}