-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 851 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 851 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
{
"name": "cmscart",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"bootstrap3": "^3.3.5",
"connect-flash": "^0.1.1",
"consolidate": "^0.15.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"express-async-errors": "^2.1.0",
"express-fileupload": "^0.4.0",
"express-flash": "^0.0.2",
"express-flash-2": "^1.0.1",
"express-messages": "^1.0.1",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"fs-extra": "^5.0.0",
"jquery": "^3.3.1",
"mkdirp": "^0.5.1",
"mongoose": "^5.0.3",
"nunjucks": "^3.0.1",
"resize-img": "^1.1.2",
"uniqid": "^4.1.1"
}
}