UNPKG

rionskey-seed

Version:

SEED-128-ECB, SEED-128-CBC Library using RionsKey

42 lines (41 loc) 939 B
{ "name": "rionskey-seed", "version": "1.0.0", "license": "MIT", "description": "SEED-128-ECB, SEED-128-CBC Library using RionsKey", "keywords": [ "SEED", "RionsKey", "SEED-128-ECB", "SEED-128-CBC" ], "homepage": "https://github.com/antegral/rionskey-seed", "bugs": { "url": "https://github.com/rionskey-seed/rionskey-seed/issues", "email": "antegral@antegral.net" }, "repository": { "type": "git", "url": "https://github.com/antegral/rionskey-seed.git" }, "files": [ "dist" ], "author": { "name": "antegral", "email": "antegral@antegral.net", "url": "https://antegral.net" }, "main": "dist/index.js", "devDependencies": { "@babel/types": "^7.17.0", "@types/crypto-js": "^4.1.1", "@types/node": "^17.0.21" }, "dependencies": { "@babel/parser": "^7.17.3", "crypto-js": "^4.1.1", "got": "^11.8.3", "typescript": "^4.5.5" } }