-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.33 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
46
47
48
49
{
"name": "fotoboxexpress",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha --exit"
},
"dependencies": {
"await-exec": "^0.1.2",
"chai": "^4.3.3",
"child_process": "^1.0.2",
"chokidar": "^2.0.3",
"commander": "^8.0.0",
"config": "^3.3.6",
"connect-mongo": "^4.4.1",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.3",
"date-and-time": "^1.0.0",
"debug": "^2.6.9",
"delay": "^5.0.0",
"express": "^4.17.1",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"https": "^1.0.0",
"jade": "^1.9.2",
"kue": "^0.11.1",
"mocha": "^8.4.0",
"mocha-sinon": "^2.1.2",
"mongodb": "^3.6.6",
"mongoose": "^5.11.18",
"monk": "^7.3.3",
"morgan": "^1.9.1",
"nconf": "^0.11.3",
"node-gyp": "^8.0.0",
"node-thumbnail": "^0.9.0",
"path": "^0.12.7",
"photoswipe": "^5.2.8",
"process": "^0.11.10",
"serialport": "^9.2.8",
"serve-favicon": "~2.4.5",
"sharp": "^0.28.3",
"shell-exec": "^1.0.2",
"sinon": "^9.2.4",
"socket.io": "^2.0.4",
"task-queue": "^1.0.2",
"wait-on": "^4.0.0"
}
}