1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-26 15:04:19 +01:00
ipfs-boards/package.json

28 lines
633 B
JSON
Raw Normal View History

2015-11-04 16:08:33 +01:00
{
"name": "ipfs-board",
"version": "0.1.0",
"description": "decentralized discussion board",
"scripts": {
2015-11-11 15:51:07 +01:00
"start": "node server/server.js"
2015-11-04 16:08:33 +01:00
},
2015-11-11 09:18:36 +01:00
"bin": {
2015-11-11 15:51:07 +01:00
"ipfs-board": "server/server.js"
2015-11-11 09:18:36 +01:00
},
"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",
2015-11-04 16:08:33 +01:00
"author": "Enrico Fasoli (fazo96)",
"license": "MIT",
"dependencies": {
2015-11-11 09:18:36 +01:00
"commander": "^2.9.0",
2015-11-04 16:41:17 +01:00
"express": "^4.13.3",
2015-11-11 15:51:07 +01:00
"ipfs-api": "^2.6.2",
"moment": "^2.10.6"
2015-11-04 16:08:33 +01:00
}
}