milenage
Version:
3GPP authentication and key generation functions (MILENAGE)
30 lines (29 loc) • 718 B
JSON
{
"name": "milenage",
"version": "1.1.1",
"description": "3GPP authentication and key generation functions (MILENAGE)",
"main": "index.js",
"scripts": {
"test": "ava",
"coverage": "nyc ava && nyc report --reporter=html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atesgoral/milenage.git"
},
"keywords": [
"3gpp",
"milenage"
],
"author": "Ates Goral <ates@magnetiq.com> (http://magnetiq.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/atesgoral/milenage/issues"
},
"homepage": "https://github.com/atesgoral/milenage#readme",
"devDependencies": {
"ava": "^0.19.1",
"coveralls": "^2.13.1",
"nyc": "^11.2.1"
}
}