-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 905 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
{
"name": "ichat-psyringe",
"version": "1.0.0",
"description": "A simple IRC-Like chat",
"main": "server.js",
"scripts": {
"test": "bash scripts/test.sh",
"start": "bash scripts/startup.sh 4500"
},
"repository": {
"type": "git",
"url": "https://github.com/Psyringe/iChat/"
},
"keywords": [
"nodejs",
"mean",
"server"
],
"author": "Psyringe",
"license": "MIT",
"dependencies": {
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"connect-flash": "^0.1.1",
"express": "^4.13.3",
"express-session": "^1.12.1",
"jade": "^1.11.0",
"kerberos": "0.0.18",
"method-override": "^2.3.5",
"mocha": "^2.4.5",
"mongoose": "^4.3.3",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"socket.io": "^1.4.5"
},
"devDependencies": {
"should": "^8.2.2",
"supertest": "^1.1.0"
}
}