aes-128-cmac
Version:
aes-cmac sign
26 lines (25 loc) • 527 B
JSON
{
"name": "aes-128-cmac",
"version": "0.1.5",
"description": "aes-cmac sign",
"main": "./dist/aes-cmac.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"prepublishOnly": "npm run build"
},
"author": "Guozhen Huang <huangguozhen@outlook.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"webpack": "^3.5.6"
},
"files": [
"dist"
],
"keywords": [
"aes",
"aes-cmac"
]
}