-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 992 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
{
"name": "chaunli",
"version": "0.2.1",
"description": "Webchat",
"author": "Kévin Poirot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"bin": {
"chaunli": "./index.js"
},
"keywords": [
"chat",
"webchat",
"socket.io",
"notification",
"tchat"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Hellslicer/Chaunli.git"
},
"dependencies": {
"MD5": "~1.2.1",
"body-parser": "~1.13.2",
"config": "~1.14.0",
"connect-redis": "~2.3.0",
"cookie-parser": "~1.3.3",
"express": "~4.13.1",
"express-session": "~1.11.3",
"highlight.js": "^8.4.0",
"i18n": "^0.5.0",
"jade": "~1.11.0",
"markdown-it": "~4.3.0",
"markdown-it-for-inline": "^0.1.0",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport.socketio": "^3.4.1",
"path": "~0.11.14",
"redis": "~0.12.1",
"socket.io": "~1.3.5"
},
"preferGlobal": "true"
}