mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-10 12:24:20 +01:00
27 lines
602 B
JSON
27 lines
602 B
JSON
{
|
|
"name": "ipfs-board",
|
|
"version": "0.1.0",
|
|
"description": "decentralized discussion board",
|
|
"scripts": {
|
|
"start": "node cli/server.js"
|
|
},
|
|
"bin": {
|
|
"ipfs-board": "cli/server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/fazo96/ipfs-board.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fazo96/ipfs-board/issues"
|
|
},
|
|
"homepage": "https://github.com/fazo96/ipfs-board#readme",
|
|
"author": "Enrico Fasoli (fazo96)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^2.9.0",
|
|
"express": "^4.13.3",
|
|
"ipfs-api": "^2.6.2"
|
|
}
|
|
}
|