-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 735 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 735 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
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodejs ./bin/www"
},
"dependencies": {
"@angular/material": "^2.0.0-beta.12",
"angular-chart.js": "^1.1.1",
"angular-material": "^1.1.5",
"angular-typeahead": "^1.0.2",
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"ejs": "^2.5.7",
"express": "~4.0.0",
"express-fileupload": "^0.3.0",
"jade": "~1.3.0",
"jsonwebtoken": "^7.4.0",
"mongod": "^2.0.0",
"mongoose": "^4.12.1",
"monk": "^6.0.5",
"morgan": "~1.0.0",
"ng-file-upload": "^12.2.13",
"ng-tags-input": "^3.2.0",
"nodemailer": "^4.1.3",
"static-favicon": "~1.0.0"
}
}