-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 946 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
{
"name": "chathellup",
"version": "0.0.1",
"description": "Chat the hell up",
"main": "index.js",
"scripts": {
"start": "nodemon --debug index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"chat",
"chathellup",
"brunocasanova"
],
"repository": {
"type": "git",
"url": "git://github.com/brunocasanova/chathellup.git"
},
"author": "Bruno Casanova <deftonicks_me@hotmail.com>",
"license": "GPL-2.0+",
"dependencies": {
"bluebird": "^2.10.0",
"body-parser": "^1.12.3",
"bootstrap": "^3.3.4",
"cookie": "^0.1.2",
"cookie-parser": "^1.3.5",
"ejs": "^2.3.1",
"express": "^4.12.3",
"express-ejs-layouts": "^1.1.0",
"express-session": "^1.11.1",
"less": "^2.5.0",
"moment": "^2.10.2",
"mongoose": "^4.0.2",
"serve-favicon": "^2.2.0",
"socket.io": "^1.3.5"
},
"devDependencies": {
"nodemon": "^1.5.0"
}
}