Skip to content

Commit c5985e9

Browse files
committed
Feat: removed explicit license file and created and generated a package.json and package-lock.json, respectively
1 parent d7911a5 commit c5985e9

File tree

3 files changed

+56
-201
lines changed

3 files changed

+56
-201
lines changed

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

package-lock.json

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "nuxt-module-ipfs",
3+
"version": "1.0.0-alpha.2",
4+
"description": "A module that enables Nuxt routing for both the intended path and IPFS gateway URLs, which include a hash",
5+
"keywords": [
6+
"Nuxt",
7+
"NuxtJS",
8+
"IPFS",
9+
"Interplanetary File System"
10+
],
11+
"homepage": "https://github.com/agency-undone/nuxt-module-ipfs#readme",
12+
"bugs": "https://github.com/agency-undone/nuxt-module-ipfs/issues",
13+
"license": "Apache-2.0",
14+
"author": {
15+
"name": "Nauras Jabari",
16+
"url": "https://github.com/timelytree"
17+
},
18+
"contributors": [
19+
{
20+
"name": "Orun Bhuiyan",
21+
"url": "https://github.com/orvn"
22+
}
23+
],
24+
"main": "index.js",
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/agency-undone/nuxt-module-ipfs"
28+
},
29+
"dependencies": {
30+
"klaw": "^3.0.0"
31+
},
32+
"engines": {
33+
"node": ">=12.21.0"
34+
}
35+
}

0 commit comments

Comments
 (0)