mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-10 12:24:20 +01:00
40 lines
994 B
JSON
40 lines
994 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": {
|
|
"babel-preset-es2015": "^6.1.18",
|
|
"babel-preset-react": "^6.1.18",
|
|
"babelify": "^7.2.0",
|
|
"browserify": "^12.0.1",
|
|
"commander": "^2.9.0",
|
|
"express": "^4.13.3",
|
|
"gulp": "^3.9.0",
|
|
"gulp-clean": "^0.3.1",
|
|
"gulp-minify-css": "^1.2.1",
|
|
"gulp-uglify": "^1.5.1",
|
|
"ipfs-api": "^2.6.2",
|
|
"moment": "^2.10.6",
|
|
"react": "^0.14.2",
|
|
"react-dom": "^0.14.2",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
}
|
|
}
|