-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 872 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "chatRoom",
"version": "0.0.1",
"description": "NodeJS based Text, Image, File Real Time Chat Room",
"keywords": [
"NodeJS",
"AngularJS",
"Web Sockets",
"File Sharing"
],
"author": "Saurabh Nandu saurabh@systenics.com",
"contributors": [{
"name": "Balkrishna Sawant",
"email": "balkrishnasawant0617@gmail.com"
},{
"name": "Pravin Kumar Mishra",
"email": "mishrapravin827@gmail.com"
}],
"homepage": "http://chat.systenics.com/",
"repository": {
"type": "git",
"url": "https://github.com/systenics/ChatRoom.git"
},
"private": "false",
"bundleDependencies": [
"passport.socketio"
],
"dependencies": {
"body-parser": "^1.13.2",
"express": "3.2.*",
"formidable": "^1.0.17",
"fs": "0.0.2",
"multer": "^0.1.8",
"socket.io": "^1.3.5",
"util": "^0.10.3"
},
"license": "MIT"
}