UNPKG

@buttercup/credentials

Version:

Encrypted credentials handler for Buttercup

55 lines (54 loc) 1.45 kB
{ "name": "@buttercup/credentials", "version": "2.0.0", "description": "Encrypted credentials handler for Buttercup", "main": "source/index.js", "scripts": { "docs": "jsdoc2md 'source/**/*.js' > API.md", "format": "prettier --write '{source,test}/**/*.js'", "precommit": "lint-staged", "test": "run-s test:unit test:format", "test:format": "prettier-check '{source,test}/**/*.js'", "test:unit": "mocha -r test/unit/index.js 'test/unit/**/*.spec.js'" }, "lint-staged": { "{source,test}/**/*.js": [ "prettier --write", "git add" ] }, "repository": { "type": "git", "url": "git+https://github.com/buttercup/credentials.git" }, "keywords": [ "buttercup", "credentials", "encryption" ], "author": "Perry Mitchell <perry@perrymitchell.net>", "license": "MIT", "bugs": { "url": "https://github.com/buttercup/credentials/issues" }, "homepage": "https://github.com/buttercup/credentials#readme", "dependencies": { "@buttercup/signing": "^0.1.0", "hash.js": "^1.1.7" }, "devDependencies": { "@buttercup/app-env": "^0.1.1", "chai": "^4.2.0", "husky": "^3.1.0", "jsdoc-to-markdown": "^5.0.3", "lint-staged": "^9.5.0", "mocha": "^6.2.2", "npm-run-all": "^4.1.5", "prettier": "^1.19.1", "prettier-check": "^2.0.0", "sinon": "^8.0.2" }, "peerDependencies": { "@buttercup/app-env": ">= 0.1.1" } }