2015-11-04 16:08:33 +01:00
|
|
|
{
|
|
|
|
"name": "ipfs-board",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "decentralized discussion board",
|
|
|
|
"scripts": {
|
2015-11-16 14:35:00 +01:00
|
|
|
"serve": "gulp serve",
|
|
|
|
"build": "gulp"
|
2015-11-04 16:08:33 +01:00
|
|
|
},
|
2015-11-11 09:18:36 +01:00
|
|
|
"bin": {
|
2015-11-16 14:35:00 +01:00
|
|
|
"ipfs-board": "cli.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-23 15:46:20 +01:00
|
|
|
"async": "^1.5.0",
|
2015-11-20 14:20:06 +01:00
|
|
|
"babel-core": "~6.2.1",
|
|
|
|
"babel-loader": "~6.2.0",
|
2015-11-21 12:08:25 +01:00
|
|
|
"babel-plugin-transform-runtime": "~6.1.18",
|
2015-11-18 17:29:10 +01:00
|
|
|
"babel-preset-es2015": "~6.1.18",
|
|
|
|
"babel-preset-react": "~6.1.18",
|
2015-11-20 14:20:06 +01:00
|
|
|
"css-loader": "~0.23.0",
|
2015-11-23 15:46:20 +01:00
|
|
|
"eslint": "~1.10.1",
|
|
|
|
"eslint-plugin-react": "~3.10.0",
|
2015-11-20 17:24:06 +01:00
|
|
|
"file-loader": "~0.8.4",
|
2015-11-20 14:20:06 +01:00
|
|
|
"font-awesome": "^4.4.0",
|
2015-11-18 17:29:10 +01:00
|
|
|
"gulp": "~3.9.0",
|
|
|
|
"gulp-clean": "~0.3.1",
|
|
|
|
"gulp-connect": "~2.2.0",
|
2015-11-20 14:20:06 +01:00
|
|
|
"gulp-gh-pages": "~0.5.4",
|
2015-11-18 17:29:10 +01:00
|
|
|
"history": "~1.13.1",
|
2015-11-21 16:29:54 +01:00
|
|
|
"html-loader": "^0.3.0",
|
2015-11-23 15:46:20 +01:00
|
|
|
"html-webpack-plugin": "~1.7.0",
|
2015-11-23 15:37:44 +01:00
|
|
|
"ipfs-api": "2.9.8",
|
2015-11-20 14:20:06 +01:00
|
|
|
"json-loader": "~0.5.3",
|
2015-11-19 16:51:04 +01:00
|
|
|
"lodash.sortedindex": "~3.1.1",
|
2015-11-21 16:29:54 +01:00
|
|
|
"markdown-loader": "^0.1.7",
|
2015-11-18 17:29:10 +01:00
|
|
|
"moment": "~2.10.6",
|
2015-11-20 17:24:06 +01:00
|
|
|
"react": "~0.14.3",
|
|
|
|
"react-dom": "~0.14.3",
|
2015-11-23 15:46:20 +01:00
|
|
|
"react-markdown": "~1.1.0",
|
2015-11-18 17:29:10 +01:00
|
|
|
"react-router": "~1.0.0",
|
2015-11-21 13:05:31 +01:00
|
|
|
"stream-http": "~2.0.2",
|
2015-11-20 14:20:06 +01:00
|
|
|
"style-loader": "~0.13.0",
|
2015-11-23 15:46:20 +01:00
|
|
|
"webpack": "~1.12.8",
|
2015-11-20 14:20:06 +01:00
|
|
|
"webpack-stream": "~2.1.1",
|
2015-11-18 17:29:10 +01:00
|
|
|
"wolfy87-eventemitter": "~4.3.0"
|
2015-11-04 16:08:33 +01:00
|
|
|
}
|
|
|
|
}
|