-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 949 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
{
"name": "rckbx",
"version": "1.0.0",
"description": "Simple colaborative playlist",
"keywords": [
"partyfy",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "Daniel Torres",
"email": "[email protected]"
},
"engines": {
"node": "8.x.x",
"npm": "5.x.x"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"dotenv": "^5.0.0",
"express": "~4.16.0",
"express-session": "^1.15.6",
"mongoose": "^5.0.3",
"morgan": "~1.6.1",
"pug": "^2.0.0-alpha7",
"serve-favicon": "~2.3.0",
"socket.io": "^2.0.0"
},
"private": true,
"main": "server.js",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.2.1",
"node-sass": "^3.8.0"
}
}