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-14 01:07:52 +01:00
|
|
|
"babel-preset-es2015": "^6.1.18",
|
|
|
|
"babel-preset-react": "^6.1.18",
|
|
|
|
"babelify": "^7.2.0",
|
2015-11-14 00:57:36 +01:00
|
|
|
"browserify": "^12.0.1",
|
2015-11-11 09:18:36 +01:00
|
|
|
"commander": "^2.9.0",
|
2015-11-14 10:46:42 +01:00
|
|
|
"eslint": "^1.9.0",
|
|
|
|
"eslint-plugin-react": "^3.8.0",
|
|
|
|
"eslintify": "0.0.3",
|
2015-11-14 17:38:41 +01:00
|
|
|
"exorcist": "^0.4.0",
|
2015-11-04 16:41:17 +01:00
|
|
|
"express": "^4.13.3",
|
2015-11-14 00:57:36 +01:00
|
|
|
"gulp": "^3.9.0",
|
|
|
|
"gulp-clean": "^0.3.1",
|
2015-11-14 01:34:03 +01:00
|
|
|
"gulp-connect": "^2.2.0",
|
2015-11-14 00:57:36 +01:00
|
|
|
"gulp-minify-css": "^1.2.1",
|
|
|
|
"gulp-uglify": "^1.5.1",
|
2015-11-16 12:21:29 +01:00
|
|
|
"gulp-util": "^3.0.7",
|
2015-11-14 13:12:48 +01:00
|
|
|
"history": "^1.13.1",
|
2015-11-11 15:51:07 +01:00
|
|
|
"ipfs-api": "^2.6.2",
|
2015-11-14 00:57:36 +01:00
|
|
|
"moment": "^2.10.6",
|
2015-11-14 01:07:52 +01:00
|
|
|
"react": "^0.14.2",
|
|
|
|
"react-dom": "^0.14.2",
|
2015-11-14 13:12:48 +01:00
|
|
|
"react-router": "^1.0.0",
|
2015-11-14 17:38:41 +01:00
|
|
|
"uglifyify": "^3.0.1",
|
2015-11-14 00:57:36 +01:00
|
|
|
"vinyl-buffer": "^1.0.0",
|
2015-11-14 13:12:48 +01:00
|
|
|
"vinyl-source-stream": "^1.1.0",
|
2015-11-15 21:34:41 +01:00
|
|
|
"watchify": "^3.6.0",
|
2015-11-14 13:12:48 +01:00
|
|
|
"wolfy87-eventemitter": "^4.3.0"
|
2015-11-04 16:08:33 +01:00
|
|
|
}
|
|
|
|
}
|