-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 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
{
"name": "couchdb_changes_handler",
"version": "1.2.9",
"description": "",
"main": "index.js",
"engines": {
"node": ">=0.12"
},
"engineStrict": true,
"scripts": {
"test": "mocha",
"test:watch": "mocha -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ti-webdev/couchdb_changes_handler.git"
},
"dependencies": {
"changes-stream-fix-retry": "^2.2.2",
"debug": "^4.3.1",
"pouchdb-adapter-http": "^7.2.2",
"pouchdb-core": "^7.2.2",
"pouchdb-upsert": "^2.2.0"
},
"keywords": [
"couchdb",
"changes"
],
"author": "Ti-webdev",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ti-webdev/couchdb_changes_handler/issues"
},
"homepage": "https://github.com/Ti-webdev/couchdb_changes_handler#readme",
"devDependencies": {
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-mocha": "^7.0.2",
"gulp-util": "^3.0.8",
"pouchdb-adapter-memory": "^7.2.2",
"pouchdb-core": "^7.2.2",
"pouchdb-express-router": "0.0.11",
"should": "^13.2.3",
"sinon": "^9.2.3"
}
}