-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 876 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 876 Bytes
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": "nodedum",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"console-stamp": "^0.2.9",
"cookie-parser": "^1.4.5",
"debug": "^4.1.1",
"editor.md": "^1.5.0",
"express": "^4.17.1",
"express-device": "^0.4.2",
"express-handlebars": "^4.0.3",
"express-session": "^1.17.1",
"froala-editor": "^3.1.1-2",
"handlebars-helpers": "^0.10.0",
"hbs": "^4.1.1",
"helper-markdown": "^1.0.0",
"log-timestamp": "^0.3.0",
"morgan": "^1.10.0",
"node-device-detector": "^1.2.6",
"req-flash": "0.0.3",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"showdown": "^1.9.1",
"simplemde": "^1.11.2"
}
}