UNPKG

decentralized-internet

Version:

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

34 lines (33 loc) 843 B
{ "name": "clusterpost-auth", "version": "2.1.0", "description": "Login and authenticate users for the clusterpost application", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "snyk-protect": "snyk protect", "prepublish": "npm run snyk-protect" }, "keywords": [ "cluster", "computing", "login" ], "author": "juanprietob@gmail.com", "license": "Apache-2.0", "dependencies": { "bluebird": "^3.7.2", "boom": "^7.0.0", "hapi-jwt-couch": "^4.0.0", "snyk": "^1.1064.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/juanprietob/clusterpost.git" }, "bugs": { "url": "https://github.com/juanprietob/clusterpost/issues" }, "homepage": "https://github.com/juanprietob/clusterpost#readme", "snyk": true }