Skip to content

Commit

Permalink
Add missing dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
loic committed Jan 23, 2018
1 parent 5512488 commit ecd662f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"dependencies": {
"base64url": "^1.0.5",
"basic-auth": "^1.1.0",
"bluebird": "^3.4.7",
"body-parser": "^1.16.1",
"builtin-modules": "^1.1.1",
"colors": "^1.0.3",
Expand All @@ -35,6 +36,7 @@
"nomnom": "^1.8.1",
"object-assign": "^4.1.0",
"on-finished": "^2.3.0",
"pouchdb-all-dbs": "^1.0.2",
"pouchdb-fauxton": "^0.0.6",
"promise-nodify": "^1.0.2",
"random-uuid-v4": "0.0.6",
Expand All @@ -61,20 +63,21 @@
"couchdb-objects": "file:packages/node_modules/couchdb-objects",
"couchdb-render": "file:packages/node_modules/couchdb-render",
"couchdb-resp-completer": "file:packages/node_modules/couchdb-resp-completer",
"express-pouchdb": "file:packages/node_modules/express-pouchdb",
"http-pouchdb": "file:packages/node_modules/http-pouchdb",
"pouchdb-all-dbs": "^1.0.2",
"pouchdb-auth": "file:packages/node_modules/pouchdb-auth",
"pouchdb-bulkdocs-wrapper": "file:packages/node_modules/pouchdb-bulkdocs-wrapper",
"pouchdb-changeslike-wrapper": "file:packages/node_modules/pouchdb-changeslike-wrapper",
"pouchdb-list": "file:packages/node_modules/pouchdb-list",
"pouchdb-plugin-error": "file:packages/node_modules/pouchdb-plugin-error",
"pouchdb-replicator": "file:packages/node_modules/pouchdb-replicator",
"pouchdb-req-http-query": "file:packages/node_modules/pouchdb-req-http-query",
"pouchdb-rewrite": "file:packages/node_modules/pouchdb-rewrite",
"pouchdb-route": "file:packages/node_modules/pouchdb-route",
"pouchdb-seamless-auth": "file:packages/node_modules/pouchdb-seamless-auth",
"pouchdb-security": "file:packages/node_modules/pouchdb-security",
"pouchdb-show": "file:packages/node_modules/pouchdb-show",
"pouchdb-size": "file:packages/node_modules/pouchdb-size",
"pouchdb-security": "file:packages/node_modules/pouchdb-security",
"pouchdb-system-db": "file:packages/node_modules/pouchdb-system-db",
"pouchdb-update": "file:packages/node_modules/pouchdb-update",
"pouchdb-validation": "file:packages/node_modules/pouchdb-validation",
Expand All @@ -84,7 +87,6 @@
"devDependencies": {
"assert": "^1.4.1",
"couchdb-harness": "*",
"bluebird": "^3.4.7",
"builtin-modules": "^1.1.1",
"chai": "^4.1.2",
"eslint": "3.19.0",
Expand Down

0 comments on commit ecd662f

Please sign in to comment.