cf-encrypt
Version:
Node.js implementation of the ColdFusion encrypt() and decrypt() functions.
31 lines (30 loc) • 565 B
JSON
{
"name": "cf-encrypt",
"description": "Node.js implementation of the ColdFusion encrypt() and decrypt() functions.",
"version": "1.0.0",
"author": {
"name": "Zac Barton"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/zacbarton/node-cf-encrypt"
},
"dependencies": {
"uuencode": "0.0.3"
},
"devDependencies": {
"mocha": "2.1.0",
"should": "5.0.1"
},
"keywords": [
"cf"
, "cfmx"
, "coldfusion"
, "encrypt"
, "decrypt"
, "CFMX_COMPAT"
]
}