-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1003 Bytes
/
package.json
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tachat",
"version": "0.0.1",
"description": "Techahead Chat with Socket IO and MySql",
"main": "index.js",
"dependencies": {
"async-foreach": "^0.1.3",
"async-waterfall": "^0.1.5",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"http": "^0.0.0",
"moment": "^2.17.1",
"mongoose": "^4.6.6",
"mysql": "^2.12.0",
"request": "^2.78.0",
"socket.io": "^1.7.2",
"underscore": "^1.8.3"
},
"devDependencies": {},
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osamabari/TAChat.git"
},
"keywords": [
"Socket",
"IO",
"chat",
"Chat",
"with",
"mysql",
"RealTime",
"chat",
"with",
"one",
"to",
"one",
"group",
"chat"
],
"author": "Osama Bari, Rajan Midda",
"license": "MIT",
"bugs": {
"url": "https://github.com/osamabari/TAChat/issues"
},
"homepage": "https://github.com/osamabari/TAChat#readme"
}