-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 966 Bytes
/
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-update",
"version": "1.0.8",
"main": "index.js",
"description": "A PouchDB plug-in that allows you to re-use your CouchDB update functions on the client side.",
"repository": {
"type": "git",
"url": "https://github.com/pouchdb/pouchdb-update.git"
},
"keywords": [
"pouch",
"pouchdb",
"couch",
"couchdb",
"update",
"design",
"handler"
],
"license": "Apache-2.0",
"author": "Marten de Vries",
"dependencies": {
"couchdb-objects": "^1.0.0",
"couchdb-eval": "^1.0.0",
"promise-nodify": "^1.0.0",
"pouchdb-req-http-query": "^1.0.3",
"couchdb-resp-completer": "^1.0.0",
"pouchdb-promise": "^0.0.0",
"pouchdb-plugin-error": "^1.0.0"
},
"devDependencies": {
"pouchdb-plugin-helper": "^3.0.0"
},
"scripts": {
"helper": "./node_modules/.bin/pouchdb-plugin-helper",
"test": "npm run helper -- test",
"build": "npm run helper -- build Update"
}
}