-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@mithray/hashtml",
"version": "0.0.10015",
"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",
"Html",
"Compliance",
"W3C",
"SRI",
"Subresource Integrity"
],
"author": "Raymond Smith <[email protected]> (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",
"clean-html": "^1.5.0",
"commander": "^2.19.0",
"crypto-browserify": "^3.12.0",
"html-minifier": "^3.5.21",
"jsdom": "^13.2.0"
}
}