UNPKG

@jsmrcaga/keep

Version:

A simple password manager

41 lines (40 loc) 846 B
{ "name": "@jsmrcaga/keep", "version": "0.5.2", "description": "A simple password manager ", "main": "keep.js", "scripts": { "test": "mocha ./test --exit --recursive" }, "bin": { "keep": "./cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/jsmrcaga/keep.git" }, "keywords": [ "password", "manager", "keep", "safe" ], "author": "Jo Colina <jo@jocolina.com>", "license": "MIT", "bugs": { "url": "https://github.com/jsmrcaga/keep/issues" }, "homepage": "https://github.com/jsmrcaga/keep#readme", "dependencies": { "@jsmrcaga/mongo": "^0.1.0", "argumentate": "^0.1.0", "body-parser": "^1.19.0", "cors": "^2.8.5", "express": "^4.17.1" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^6.1.4", "sinon": "^7.3.2" } }