-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 814 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 814 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
{
"name": "invoice_app_kuga_backend",
"version": "1.0.0",
"description": "",
"main": "express.js",
"author": "Daniel Wehner",
"license": "ISC",
"dependencies": {
"async": "^2.5.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"colors": "^1.1.2",
"connect-busboy": "0.0.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.15.5",
"feature-toggles": "^1.4.0",
"html-pdf": "^2.0.1",
"jade": "^1.11.0",
"mongoose": "^4.11.6",
"msexcel-builder-colorfix": "0.0.3",
"mustache": "^2.2.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.0.3",
"serve-favicon": "^2.3.0"
},
"scripts": {
"start": "node express.js",
"test": "node-debug express.js"
}
}