chiefy/vaulted

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "vaulted",
  "version": "3.2.0",
  "description": "A nodejs wrapper library for using HashiCorp's Vault",
  "main": "./lib/vaulted.js",
  "files": [
    "lib",
    "config"
  ],
  "scripts": {
    "start": "npm rebuild && node ./lib/vaulted.js",
    "test": "make test-local",
    "test-docker": "make test-docker",
    "coverage": "istanbul cover _mocha -- tests/**",
    "lint": "gulp lint",
    "html": "gulp html",
    "doc-deploy": "gulp deploy"
  },
  "keywords": [
    "vault",
    "token",
    "auth",
    "secrets",
    "hashicorp"
  ],
  "author": "Christopher 'Chief' Najewicz <chief@beefdisciple.com>",
  "contributors": [
    {
      "name": "Kenny Jones",
      "email": "kenjones@cisco.com"
    },
    {
      "name": "Dave Greene",
      "email": "davepgreene@gmail.com"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.0.0",
    "confab-addons": "0.1.0",
    "lodash": "^4.8.0",
    "request-promise": "^2.0.1",
    "request-debug": "^0.2.0",
    "js-yaml": "^3.4.6"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "chai-as-promised": "^5.1.0",
    "gulp": "^3.9.0",
    "gulp-gh-pages": "^0.5.4",
    "gulp-istanbul": "^0.10.3",
    "gulp-jsdoc3": "^0.1.1",
    "gulp-jshint": "^2.0.0",
    "gulp-mocha": "^2.2.0",
    "istanbul": "^0.4.1",
    "jshint": "^2.8.0",
    "mocha": "^2.4.5"
  },
  "repository": "https://github.com/chiefy/vaulted"
}