mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-25 14:54:19 +01:00
16 lines
304 B
JSON
16 lines
304 B
JSON
|
{
|
||
|
"name": "ipfs-board",
|
||
|
"version": "0.1.0",
|
||
|
"description": "decentralized discussion board",
|
||
|
"main": "server.js",
|
||
|
"scripts": {
|
||
|
"start": "node server.js"
|
||
|
},
|
||
|
"author": "Enrico Fasoli (fazo96)",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"diet": "^0.9.22",
|
||
|
"ipfs-api": "^2.6.2"
|
||
|
}
|
||
|
}
|