-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 992 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
{
"name": "ssapi",
"version": "2.0.0",
"description": "SSAPI for SS Alcalá 2018 application created by Sukafe & W4E.",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "mocha"
},
"author": "Sergio Clebal",
"license": "MIT",
"dependencies": {
"body-parser": "1.16.0",
"cached-request": "^1.1.2",
"cluster": "0.7.7",
"compression": "^1.6.2",
"cron": "^1.2.1",
"express": "4.14.1",
"express-myconnection": "^1.0.4",
"fs-jetpack": "0.10.5",
"json-update": "3.0.0",
"method-override": "2.3.7",
"mysql2": "1.1.2",
"node-cron": "^1.2.1",
"node-fetch": "^1.6.3",
"node-persist": "^2.1.0",
"pug": "^2.0.0-rc.4",
"realm": "^2.2.6",
"request": "^2.81.0",
"update-json": "1.0.0",
"websocket": "^1.0.24"
},
"devDependencies": {
"benchmark": "^2.1.4",
"mocha": "^4.0.1",
"nodemon": "^1.11.0",
"standard": "8.6.0"
},
"engines": {
"node": "^7.5.0"
}
}