-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 KB
/
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
50
{
"name": "openChat",
"version": "0.3.0",
"dependencies": {
"express": "~4.11.0",
"ejs": "~2.1.4",
"express-session": "1.10.2",
"body-parser": "~1.10.1",
"validator" : "3.28.0",
"socket.io": "~1.3.1",
"fs-extra" : "0.16.3",
"util" : "0.10.3",
"fifo-array" : "0.1.2",
"path" : "0.11.14",
"formidable" : "1.0.16",
"json-config-manager" : "0.1.0",
"log-manager" : "0.0.6",
"cookie" : "0.1.2",
"mobile-detect" : "0.4.3",
"extfs" : "0.0.7"
},
"author": "lpaolotti & antsoft",
"description": "Opent chat is a chat application based on node js technology",
"main": "main.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AntSoft/openChat.git"
},
"keywords": [
"chat",
"nodeJS",
"file",
"transfert",
"code",
"highlighting"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "node server.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/AntSoft/openChat/issues"
},
"homepage": "https://github.com/AntSoft/openChat"
}