forked from mprey/csgocact.us
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "csgocact.us",
"version": "1.0.0",
"description": "play now at http://csgocact.us",
"scripts": {
"start": "node app.js",
"nodemon": "nodemon ./app.js"
},
"repository": "https://github.com/mprey/csgocact.us.git",
"dependencies": {
"async": "^2.1.2",
"blueimp-md5": "^2.6.0",
"body-parser": "~1.13.2",
"connect-mongo": "^1.2.0",
"cookie-parser": "~1.3.5",
"countup.js": "^1.7.1",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"ejs": "^2.5.2",
"express": "~4.13.1",
"express-session": "^1.13.0",
"jade": "~1.11.0",
"mongoose": "^4.4.19",
"mongoose-auto-increment": "^5.0.1",
"morgan": "~1.6.1",
"node-sass": "^3.13.0",
"node-sass-middleware": "^0.10.0",
"notp": "^2.0.3",
"passport": "^0.2.2",
"passport-steam": "^1.0.2",
"redis": "^2.6.5",
"request": "^2.79.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.6",
"socket.io-events": "^0.4.6",
"steamcommunity": "^3.30.4",
"tape": "^4.6.3",
"thirty-two": "^1.0.2"
},
"author": "mprey",
"license": "MIT",
"engines": {
"node": "6.2.1"
}
}