forked from pouchdb/pouchdb-express-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 861 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
{
"name": "@beneaththeink/pouchdb-express-router",
"version": "1.0.0",
"description": "Provide minimal routing and functionality to provide a PouchDB server that replicates",
"private": true,
"main": "index.js",
"dependencies": {
"extend": "~2.0.0",
"express": "~4.10.2",
"body-parser": "~1.9.2",
"raw-body": "~1.3.0",
"bluebird": "~2.3.11",
"multiparty": "~4.0.0"
},
"devDependencies": {},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/daleharvey/pouchdb-express-router.git"
},
"keywords": [
"pouchdb",
"express",
"couchdb"
],
"author": "Dale Harvey",
"license": "Apache v2",
"bugs": {
"url": "https://github.com/daleharvey/pouchdb-express-router/issues"
},
"homepage": "https://github.com/daleharvey/pouchdb-express-router"
}