{
    "name": "smartdc-auth",
    "description": "Triton Authentication Library",
    "version": "2.6.0",
    "author": "MNX Cloud (mnx.io)",
    "license": "MIT",
    "contributors": [
        "Mark Cavage",
        "Nate Fitch",
        "Bryan Cantrill",
        "Pedro P. Candel",
        "Dave Pacheco",
        "Alex Wilson"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/TritonDataCenter/node-smartdc-auth.git"
    },
    "main": "lib/index.js",
    "scripts": {
        "test": "tape test/*.test.js"
    },
    "directories": {
        "bin": "./bin",
        "lib": "./lib"
    },
    "engines": {
        "node": ">=0.10"
    },
    "dependencies": {
        "assert-plus": "^1.0.0",
        "bunyan": "1.8.12",
        "clone": "0.1.5",
        "dashdash": "1.10.1",
        "http-signature": "1.4.0",
        "once": "1.3.0",
        "sshpk-agent": "^1.8.1",
        "sshpk": "^1.18.0",
        "vasync": "^2.2.1"
    },
    "devDependencies": {
        "tape": ">=4.2.0 <5.0.0",
        "temp": ">=0.8.0 <0.9.0"
    }
}
