-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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
{
"name": "printeasy",
"version": "1.0.0",
"description": "webpage for Printeasy system",
"main": "app.js",
"scripts": {
"prestart": "sudo service mongod start",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"printeasy",
"heroku"
],
"author": "Maria Sol Rubado",
"license": "ISC",
"dependencies": {
"bcryptjs": "*",
"body-parser": "^1.0.2",
"connect-flash": "^0.1.1",
"connect-redis": "^3.1.0",
"cookie-parser": "^1.4.3",
"dateformat": "^3.0.2",
"express": "~4.0.0",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "^1.14.2",
"express-validator": "*",
"formidable": "^1.1.1",
"handlebars": "^4.0.11",
"mongodb": "*",
"mongoose": "^4.0.6",
"passport": "*",
"passport-http": "*",
"passport-local": "^1.0.0",
"pdfjs-dist": "^1.9.622",
"swig": "^1.4.2",
"uuid": "^3.1.0",
"zuzel-printer": "^1.0.4"
},
"engines": {
"node": "8.9.1",
"npm": "5.5.1"
}
}