forked from JamesCV/VGO
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 905 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
{
"name": "VGOUpgrade",
"version": "1.0.0",
"description": "VGO Case Opening Site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "James Valentyne",
"license": "ISC",
"dependencies": {
"animate.css": "^3.6.1",
"bulma": "^0.7.1",
"connect-sqlite3": "^0.9.11",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-socket.io-session": "^1.3.5",
"js-cookie": "^2.2.0",
"oauth": "^0.9.15",
"passport": "^0.4.0",
"passport-steam": "^1.0.10",
"passport.socketio": "^3.7.0",
"pm2": "^3.0.3",
"request": "^2.87.0",
"socket.io": "^2.1.1",
"socket.io-cookie-parser": "^1.0.0",
"sqlite3": "^4.0.2"
},
"devDependencies": {
"eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0"
}
}