-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (34 loc) · 841 Bytes
/
package.json
File metadata and controls
36 lines (34 loc) · 841 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
28
29
30
31
32
33
34
35
36
{
"name": "@hyperdrives/webassembly.org",
"version": "1.0.0",
"description": "WebAssembly.org as a hyperdrive",
"main": "index.js",
"scripts": {
"test": ":"
},
"keywords": [
"webassembly.org",
"web",
"assembly",
"hyperdrive",
"archive"
],
"author": "Joseph Werle <joseph.werle@gmail.com>",
"license": "ISC",
"dependencies": {
"hyperdrive": "^9.12.3",
"random-access-http": "^2.0.0"
},
"hyperdrive": {
"publicKey": "082dc40709a26a382194c14db1e1cee90156d4671300b19282df1cb9bcf1d24c"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperdrives/webassembly.org.git"
},
"bugs": {
"url": "https://github.com/hyperdrives/webassembly.org/issues"
},
"homepage": "https://github.com/hyperdrives/webassembly.org#readme"
}