forked from colinskow/pouchdb-live-find
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.51 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
64
65
66
{
"name": "pouchdb-live-find",
"version": "0.4.0",
"description": "Live PouchDB queries that update automatically as changes come in!",
"main": "./lib/index.js",
"scripts": {
"test": "gulp test-node"
},
"repository": {
"type": "git",
"url": "https://github.com/colinskow/pouchdb-live-find.git"
},
"keywords": [
"pouch",
"pouchdb",
"plugin",
"find",
"mango",
"query",
"couch",
"couchdb",
"live",
"flux",
"redux",
"real-time"
],
"author": "Colin Skow",
"license": "MIT",
"bugs": {
"url": "https://github.com/colinskow/pouchdb-live-find/issues"
},
"homepage": "https://github.com/colinskow/pouchdb-live-find",
"dependencies": {
"pouchdb-collate": "^6.2.0",
"pouchdb-selector-core": "^6.2.0"
},
"peerDependencies": {
"pouchdb-find": "^6.2.0"
},
"devDependencies": {
"browserify": "^14.3.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^4.3.1",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"memdown": "^1.2.4",
"mocha": "^3.2.0",
"pouchdb": "^6.2.0",
"pouchdb-find": "^6.2.0",
"promise-defer": "^1.0.0",
"rimraf": "^2.5.4",
"source": "0.0.3",
"streamify": "^0.2.7",
"stylish": "^1.0.0",
"uglify": "^0.1.5",
"vinyl-source-stream": "^1.1.0"
}
}