-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1011 Bytes
/
package.json
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
{
"name": "aletheia",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@angular/common": "^2.4.9",
"@angular/core": "^2.4.9",
"@angular/forms": "^2.4.9",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.20",
"angular": "^1.6.3",
"body-parser": "~1.16.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-jwt": "^5.1.0",
"gulp": "^3.9.1",
"jquery": "^3.1.1",
"jsonwebtoken": "^7.3.0",
"mongoose": "^4.8.3",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"rxjs": "^5.2.0",
"serve-favicon": "~2.3.2",
"zone.js": "^0.7.7"
},
"devDependencies": {
"angular-mocks": "^1.6.3",
"gulp-jshint": "^2.0.4",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.4",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0"
},
"engines": {
"node": "^9.8.0"
}
}