@mithray/hashtml
Version:
Hashed and Signed Hypertext Markup Language
43 lines (42 loc) • 867 B
JSON
{
"name": "@mithray/hashtml",
"version": "0.0.100151",
"description": "Hashed and Signed Hypertext Markup Language",
"main": "index.js",
"scripts": {
"hashtml": "node ./bin/hashtml.js"
},
"bin": {
"hashtml": "./bin/hashtml.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mithray/hashtml.git"
},
"keywords": [
"Hashed",
"Signed",
"Open Source",
"Community",
"PKI",
"DID",
"Html",
"Compliance",
"W3C",
"SRI",
"Subresource Integrity"
],
"author": "Raymond Smith <mithray@protonmail.com> (mithray.github.io/hashtml)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mithray/hashtml/issues"
},
"homepage": "https://github.com/mithray/hashtml",
"dependencies": {
"boxen": "^2.1.0",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"crypto-browserify": "^3.12.0",
"jsdom": "^13.2.0"
}
}