{
    "name": "cryptography",
    "version": "1.2.3",
    "description": "Simplified functions for nodejs cryptography.",
    "main": "cryptography.js",
    "scripts": {
        "test": "istanbul cover -x **/*.tests.js -x **/index.js ./node_modules/mocha/bin/_mocha **/*.tests.js --report lcovonly -- -R spec",
        "preversion": "npm test"
    },
    "repository": {
        "type": "git",
        "url": "git+ssh://git@gitlab.com:elmacko-open-source/node-cryptography.git"
    },
    "keywords": [
        "crypto",
        "hash",
        "encrypt",
        "decrypt",
        "hmac"
    ],
    "author": "Marcus Jonsson",
    "license": "MIT",
    "dependencies": {
        "lodash": "4",
        "when": "3"
    },
    "devDependencies": {
        "chai": "4",
        "istanbul": "0",
        "mocha": "5"
    }
}
