1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00
ipfs-boards/package.json
2015-11-21 16:32:35 +01:00

56 lines
1.4 KiB
JSON

{
"name": "ipfs-board",
"version": "0.1.0",
"description": "decentralized discussion board",
"scripts": {
"serve": "gulp serve",
"build": "gulp"
},
"bin": {
"ipfs-board": "cli.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-core": "~6.2.1",
"babel-loader": "~6.2.0",
"babel-plugin-transform-runtime": "~6.1.18",
"babel-preset-es2015": "~6.1.18",
"babel-preset-react": "~6.1.18",
"css-loader": "~0.23.0",
"eslint": "~1.9.0",
"eslint-plugin-react": "~3.9.0",
"file-loader": "~0.8.4",
"font-awesome": "^4.4.0",
"gulp": "~3.9.0",
"gulp-clean": "~0.3.1",
"gulp-connect": "~2.2.0",
"gulp-gh-pages": "~0.5.4",
"history": "~1.13.1",
"html-loader": "^0.3.0",
"html-webpack-plugin": "~1.6.2",
"ipfs-api": "~2.9.0",
"json-loader": "~0.5.3",
"lodash.sortedindex": "~3.1.1",
"markdown-loader": "^0.1.7",
"moment": "~2.10.6",
"react": "~0.14.3",
"react-dom": "~0.14.3",
"react-markdown": "~1.0.5",
"react-router": "~1.0.0",
"stream-http": "~2.0.2",
"style-loader": "~0.13.0",
"webpack": "~1.12.6",
"webpack-stream": "~2.1.1",
"wolfy87-eventemitter": "~4.3.0"
}
}