chiefy/vaulted

View on GitHub
example/package.json

Summary

Maintainability
Test Coverage
{
  "name": "vaulted-example",
  "version": "1.0.0",
  "description": "An example project using Vaulted to access a Vault server",
  "main": "index.js",
  "scripts": {
    "start": "node ./index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.13.2",
    "express": "^4.13.1",
    "lodash": "^3.10.0"
  }
}