UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

39 lines (38 loc) 996 B
{ "name": "couch-update-views", "version": "1.0.9", "description": "Update design views in a couchdb instance from json documents store locally. Update the local json document with the design view in couchdb.", "main": "index.js", "scripts": { "test": "lab -v test.js", "postinstall": "node postinstall.js", "snyk-protect": "snyk-protect", "prepare": "npm run snyk-protect" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/juanprietob/clusterpost.git" }, "keywords": [ "couchdb", "design", "view", "update", "version", "deploy" ], "author": "juanprietob@gmail.com", "license": "Apache-2.0", "bugs": { "url": "https://github.com/juanprietob/clusterpost/issues" }, "homepage": "https://github.com/juanprietob/clusterpost#readme", "dependencies": { "bluebird": "^3.5.0", "joi": "^18.0.0", "lab": "^18.0.0", "request": "^2.88.0", "@snyk/protect": "latest" }, "snyk": true }