UNPKG

node-kms

Version:

A client implementation of the Key Management Service (KMS) for JavaScript -- for both node.js and browser.

59 lines (58 loc) 1.54 kB
{ "name": "node-kms", "version": "0.4.1", "description": "A client implementation of the Key Management Service (KMS) for JavaScript -- for both node.js and browser.", "main": "lib/index.js", "scripts": { "test": "gulp test:nodejs" }, "repository": { "type": "git", "url": "git@github.com:cisco/node-kms.git" }, "keywords": [ "kms", "crypto", "jose" ], "author": "Cisco Systems, Inc. <https://www.cisco.com>", "contributors": [ "Matthew A. Miller <linuxwolf@outer-planes.net>", "Ian W. Remmel <design@ianwremmel.com>" ], "license": "Apache-2.0", "dependencies": { "es6-promise": "^2.0.1", "lodash.clone": "^3.0.2", "lodash.clonedeep": "^3.0.1", "node-jose": "^2.2.0", "uuid": "^2.0.1" }, "devDependencies": { "chai": "^1.10.0", "del": "^1.1.1", "gulp": "^3.8.10", "gulp-doctoc": "^0.1.2", "gulp-eslint": "^0.5.0", "gulp-istanbul": "^0.6.0", "gulp-mocha": "^2.0.0", "gulp-rename": "^1.2.0", "gulp-uglify": "^1.1.0", "istanbul": "^0.3.5", "karma": "^1.2.0", "karma-chrome-launcher": "^0.1.7", "karma-firefox-launcher": "^0.1.4", "karma-mocha": "^0.1.10", "karma-mocha-reporter": "^0.3.1", "karma-safari-launcher": "^0.1.1", "karma-sauce-launcher": "^0.2.14", "karma-webpack": "^1.8.0", "lodash.merge": "^3.3.1", "lodash.omit": "^3.1.0", "mocha": "^2.1.0", "run-sequence": "^1.0.2", "webpack": "^1.13.2", "webpack-stream": "^3.2.0", "yargs": "^3.18.0" } }