UNPKG

decentralized-internet

Version:

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

40 lines (39 loc) 962 B
{ "name": "couch-provider", "version": "2.3.1", "description": "Provide the implementation for different request methos to couchdb server. It implements, POST, GET, DELETE, PUT methods for documents and views", "main": "index.js", "dependencies": { "joi": "18.0.2", "bluebird": "^3.5.0", "concat-stream": "^2.0.0", "mkdirp": "^3.0.0", "request": "^2.88.0", "underscore": "^1.12.1" }, "scripts": { "test": "lab -v test.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/juanprietob/clusterpost.git" }, "keywords": [ "Couchdb", "fs", "file system", "attachment", "Hapi", "server", "interface" ], "author": "juanprietob@gmail.com", "license": "Apache-2.0", "bugs": { "url": "https://github.com/juanprietob/clusterpost/issues" }, "homepage": "https://github.com/juanprietob/clusterpost#readme", "devDependencies": { "lab": "18.0.2" } }