aes
Version:
A JavaScript component for the Advanced Encryption Standard (AES).
31 lines (30 loc) • 610 B
JSON
{
"name": "aes",
"version": "0.1.0",
"description": "A JavaScript component for the Advanced Encryption Standard (AES).",
"main": "lib/aes.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"terst": "0.0.2",
"browserify": "~3.30.1",
"mocha": "~1.17.1",
"mochify": "~0.4.2"
},
"repository": {
"url": "git@github.com:cryptocoinjs/aes.git",
"type": "git"
},
"keywords": [
"crytpo",
"cryptography",
"aes",
"encryption",
"bitcoin",
"bip38",
"cipher"
]
}