{
    "name": "node-openssl-verify-cert",
    "version": "0.9.9",
    "description": "Verify certificates with openssl",
    "main": "index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/beeven/node-openssl-verify-cert"
    },
    "scripts": {
        "test": "mocha"
    },
    "keywords": ["OpenSSL", "verify", "certificate"],
    "author": "Beeven Yip <beeven@hotmail.com>",
    "contributors": [
        "tmyersjstar"
    ],
    "license": "MIT",
    "dependencies": {
        "nan": "^2.4.0"
    },
    "devDependencies": {
        "should": "^11.1.1"
    }
}
