-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "csgo-mates-server",
"version": "1.2.0",
"description": "server for csgo-mates.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "bower install --allow-root; grunt release; node index.js"
},
"author": "benoit jehanno",
"license": "ISC",
"dependencies": {
"bluebird": "3.4.1",
"body-parser": "1.15.2",
"compression": "1.6.2",
"csgo": "1.4.1",
"express": "4.14.0",
"express-mysql-session": "1.1.1",
"express-session": "1.14.0",
"lodash": "3.10.1",
"mysql": "2.11.1",
"passport": "0.3.2",
"passport-steam": "1.0.5",
"readline-sync": "1.4.4",
"requestretry": "1.9.1",
"steam": "1.4.0",
"xml2js": "0.4.17"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.1.3",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.9.1"
}
}