-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "pouchdb-alldocs-replicate",
"version": "1.0.0",
"description": "One shot replication from remote using allDocs and PouchDB checkpoints",
"main": "dist/pouchdb-alldocs-replicate.js",
"scripts": {
"build": "microbundle --format cjs --no-compress --no-sourcemap",
"pretest": "npm run build",
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fielded/pouchdb-alldocs-replicate.git"
},
"keywords": [
"pouchdb"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/fielded/pouchdb-alldocs-replicate/issues"
},
"homepage": "https://github.com/fielded/pouchdb-alldocs-replicate#readme",
"dependencies": {
"pouchdb-checkpointer": "6.4.3",
"pouchdb-generate-replication-id": "6.4.3",
"uuid": "3.2.1"
},
"devDependencies": {
"microbundle": "0.4.4",
"pouchdb-adapter-http": "6.4.3",
"pouchdb-adapter-memory": "6.4.3",
"pouchdb-core": "6.4.3",
"pouchdb-replication": "6.4.3",
"sinon": "4.4.2",
"tap": "11.1.1"
}
}