doushio
Version:
Real-time imageboard
28 lines (27 loc) • 579 B
JSON
{
"name": "doushio",
"version": "0.3.1",
"description": "Real-time imageboard",
"keywords": ["realtime", "imageboard", "redis"],
"homepage": "https://github.com/lalcmellkmal/doushio",
"license": "MIT",
"scripts": {
"postinstall": "make",
"start": "node server/server.js"
},
"dependencies": {
"async": "0.2.9",
"formidable": "1.0.14",
"redis": "0.8.4",
"request": "2.27",
"sockjs": "0.3.7",
"tmp": "0.0.21",
"uglify-js": "2.4.0",
"winston": "0.7.2"
},
"optionalDependencies": {
"hiredis": "0.1.15",
"node-expat": "2.0.0",
"send": "0.1.4"
}
}