forked from decentralized-identity/didwebvh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 718 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 718 Bytes
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
{
"name": "trustdidweb",
"version": "1.0.0",
"description": "Trust DID Web (tdw).",
"main": "index.js",
"scripts": {
"edit": "node -e \"require('spec-up')()\"",
"render": "node -e \"require('spec-up')({ nowatch: true })\"",
"dev": "node -e \"require('spec-up')({ dev: true })\""
},
"keywords": [
"decentralized identifier",
"DID",
"spec",
"trustdidweb",
"tdw"
],
"author": "Stephen Curran",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/decentralized-identity/trustdidweb/issues"
},
"homepage": "https://github.com/decentralized-identity/trustdidweb#readme",
"dependencies": {
"spec-up": "github:brianorwhatever/spec-up#master"
}
}