easy-encryption
Version:
A wrapper around the built-in `crypto` module that makes encryption easy in Node.js.
37 lines (36 loc) • 876 B
JSON
{
"name": "easy-encryption",
"version": "0.1.1",
"description": "A wrapper around the built-in `crypto` module that makes encryption easy in Node.js.",
"keywords": [
"encrypt",
"decrypt",
"crypto",
"cryptography",
"encryption",
"encode",
"decode",
"AES",
"AES-256",
"AES-256-CBC",
"PBKDF2",
"easy"
],
"main": "lib/index.js",
"author": "James Newell <james@digitaledgeit.com.au>",
"repository": {
"type": "git",
"url": "git+https://github.com/digitaledgeit/easy-encryption.git"
},
"bugs": {
"url": "https://github.com/digitaledgeit/easy-encryption/issues"
},
"devDependencies": {
"mocha": "^2.2.5",
"mocha-jenkins-reporter": "^0.1.9"
},
"scripts": {
"test": "JUNIT_REPORT_PATH=$CIRCLE_TEST_REPORTS/results.xml mocha --reporter mocha-jenkins-reporter"
},
"license": "MIT"
}