-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 994 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": "pokertimer-nodejs",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"main": "app.js",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.11.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.3",
"debug": "^2.1.1",
"ejs": "^2.2.4",
"express": "^4.11.2",
"express-session": "^1.10.2",
"jade": "^0.34.1",
"less": "^1.7.5",
"mongoose": "^3.8.23",
"morgan": "^1.5.1",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-google-oauth": "^0.1.5",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"socket.io": "^1.3.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-develop": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-compass": "~0.6.0",
"grunt-forever": "~0.4.5",
"request": "~2.27.0",
"time-grunt": "~0.1.1",
"load-grunt-tasks": "~0.2.0",
"grunt-contrib-less": "~0.11.0"
}
}