UNPKG

swint-secret

Version:
39 lines (38 loc) 835 B
{ "name": "swint-secret", "version": "1.0.15", "description": "Secret string manager for Swint", "main": "lib/index.js", "scripts": { "test": "eslint lib && mocha --exit" }, "repository": { "type": "git", "url": "https://github.com/KnowRe-Dev/swint-secret.git" }, "keywords": [ "swint", "secret", "credentials" ], "author": "Kurt Cho <kivoloid@gmail.com>", "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/KnowRe-Dev/swint-secret/issues" }, "engines": { "node": ">=4.0.0" }, "homepage": "https://github.com/KnowRe-Dev/swint-secret", "dependencies": { "async": "2.6.2", "aws-sdk": "2.415.0", "swint-helper": "1.2.11" }, "devDependencies": { "mocha": "6.0.2", "eslint": "5.15.1", "swint-s3upload": "1.1.11" } }