mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 02:44:01 +00:00
25 lines
562 B
JSON
25 lines
562 B
JSON
{
|
|
"name": "fattychat",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"babel": "^5.8.23",
|
|
"connect-redis": "^3.0.1",
|
|
"express": "^4.13.3",
|
|
"express-session": "^1.12.1",
|
|
"express-socket.io-session": "^1.3.1",
|
|
"mustache-express": "^1.2.2",
|
|
"shortid": "^2.2.4",
|
|
"socket.io": "^1.4.0",
|
|
"underscore": "^1.8.3",
|
|
"uuid": "^2.0.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Daniel Seripap",
|
|
"license": "ISC"
|
|
}
|