mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-02-04 16:34:19 +01:00
28 lines
633 B
JSON
28 lines
633 B
JSON
{
|
|
"name": "ipfs-board",
|
|
"version": "0.1.0",
|
|
"description": "decentralized discussion board",
|
|
"scripts": {
|
|
"start": "node server/server.js"
|
|
},
|
|
"bin": {
|
|
"ipfs-board": "server/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",
|
|
"moment": "^2.10.6"
|
|
}
|
|
}
|