glyph-js
Version:
Javascript port of GLYPH via Emscripten
33 lines (32 loc) • 552 B
JSON
{
"name": "glyph-js",
"version": "0.0.8",
"description": "Javascript port of GLYPH via Emscripten",
"main": "./main.js",
"scripts": {
"test": "mocha"
},
"files": [
"lib/glyph.js",
"main.js",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git@github.com:veritas-shine/glyph-js.git"
},
"engines": {
"node": ">=4.4.7"
},
"keywords": [
"GLP",
"GLYPH",
"Post Quantum Signature",
"cryptography"
],
"devDependencies": {
"mocha": "*",
"chai": "*"
},
"license": "MIT"
}