2015-11-04 16:08:33 +01:00
|
|
|
{
|
|
|
|
"name": "ipfs-board",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "decentralized discussion board",
|
|
|
|
"scripts": {
|
2015-12-12 17:51:03 +01:00
|
|
|
"serve": "webpack-dev-server --progress --no-info --hot --watch --devtool eval-source",
|
2015-12-12 11:54:14 +01:00
|
|
|
"build": "webpack --progress"
|
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-12-11 15:50:15 +01:00
|
|
|
"babel-core": "~6.3.17",
|
2015-12-14 00:06:12 +01:00
|
|
|
"babel-eslint": "^5.0.0-beta6",
|
2015-11-20 14:20:06 +01:00
|
|
|
"babel-loader": "~6.2.0",
|
2015-12-11 15:50:15 +01:00
|
|
|
"babel-plugin-transform-runtime": "~6.3.13",
|
|
|
|
"babel-preset-es2015": "~6.3.13",
|
|
|
|
"babel-preset-react": "~6.3.13",
|
2015-12-12 17:51:03 +01:00
|
|
|
"babel-runtime": "~5.8.23",
|
2015-11-20 14:20:06 +01:00
|
|
|
"css-loader": "~0.23.0",
|
2015-12-11 15:50:15 +01:00
|
|
|
"eslint": "~1.10.3",
|
2015-12-14 00:06:12 +01:00
|
|
|
"eslint-config-standard": "^4.4.0",
|
|
|
|
"eslint-loader": "^1.1.1",
|
2015-12-11 15:50:15 +01:00
|
|
|
"eslint-plugin-react": "~3.11.3",
|
2015-12-14 00:06:12 +01:00
|
|
|
"eslint-plugin-standard": "^1.3.1",
|
2015-12-11 15:50:15 +01:00
|
|
|
"file-loader": "~0.8.5",
|
|
|
|
"font-awesome": "~4.5.0",
|
|
|
|
"history": "~1.13.0",
|
|
|
|
"html-loader": "^0.4.0",
|
2015-11-23 15:46:20 +01:00
|
|
|
"html-webpack-plugin": "~1.7.0",
|
2015-12-13 12:13:03 +01:00
|
|
|
"https-browserify": "0.0.1",
|
2015-12-12 17:51:03 +01:00
|
|
|
"ipfs-api": "github:ipfs/js-ipfs-api#ba85b3b",
|
2015-12-19 13:52:38 +01:00
|
|
|
"glob-stream": "5.2.0",
|
2015-12-11 15:50:15 +01:00
|
|
|
"json-loader": "~0.5.4",
|
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-12-11 15:50:15 +01:00
|
|
|
"react-markdown": "~1.1.1",
|
|
|
|
"react-router": "~1.0.2",
|
2015-12-12 17:51:03 +01:00
|
|
|
"semver": "^5.1.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-12-11 15:50:15 +01:00
|
|
|
"webpack": "~1.12.9",
|
2015-12-12 11:54:14 +01:00
|
|
|
"webpack-dev-server": "^1.14.0",
|
2015-11-18 17:29:10 +01:00
|
|
|
"wolfy87-eventemitter": "~4.3.0"
|
2015-11-04 16:08:33 +01:00
|
|
|
}
|
|
|
|
}
|