-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 936 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
{
"name": "@agency-undone/nuxt-module-ipfs",
"version": "1.0.2-alpha.5",
"description": "A Nuxt module that enables nuxt routing for both the intended path and IPFS gateway URLs, which include a CID (hash)",
"keywords": [
"Nuxt",
"NuxtJS",
"IPFS",
"Interplanetary File System"
],
"homepage": "https://github.com/agency-undone/nuxt-module-ipfs#readme",
"bugs": "https://github.com/agency-undone/nuxt-module-ipfs/issues",
"license": "Apache-2.0",
"author": {
"name": "Agency Undone",
"email": "[email protected]"
},
"contributors": [
{
"name": "Orun Bhuiyan",
"url": "https://github.com/orvn"
}
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/agency-undone/nuxt-module-ipfs"
},
"dependencies": {
"klaw": "^4.0.1"
},
"engines": {
"node": ">=16.13.0"
},
"publishConfig": {
"access": "public"
}
}