forked from blockchain-certificates/cert-web-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 984 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
{
"name": "cert-web-component",
"version": "0.6.0",
"description": "A web component for displaying blockchain certificates.",
"main": "blockchain-certificates.html",
"directories": {
"test": "test"
},
"dependencies": {
"bigi": "^1.4.2",
"bitcoinjs-lib": "^2.3.0",
"bs58": "^3.0.0",
"buffer": "^5.0.1",
"ecurve": "^1.0.4",
"cert-verifier-js": "[email protected]:blockchain-certificates/cert-verifier-js.git"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cp ./node_modules/cert-verifier-js/verifier.js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockchain-certificates/cert-web-component.git"
},
"author": "Chris Downie",
"license": "MIT",
"bugs": {
"url": "https://github.com/blockchain-certificates/cert-web-component/issues"
},
"homepage": "https://github.com/blockchain-certificates/cert-web-component#readme"
}