-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
111 lines (111 loc) · 3.17 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "modern-mean",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"hmr": "ng serve --hmr -e=hmr --hot",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"composable-middleware": "^0.3.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"core-js": "^2.4.1",
"ejs": "^2.5.6",
"errorhandler": "^1.5.0",
"express": "^4.15.3",
"express-jwt": "^5.3.0",
"express-session": "^1.15.3",
"fast-json-patch": "^2.0.2",
"http": "0.0.0",
"jsonwebtoken": "^7.4.1",
"lodash": "^4.17.4",
"lusca": "^1.4.1",
"method-override": "^2.3.9",
"mongoose": "^4.10.8",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"rxjs": "^5.4.1",
"serve-favicon": "^2.4.3",
"shrink-ray": "^0.1.3",
"socket.io": "^2.0.3",
"sprint-js": "^0.1.0",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angularclass/hmr": "^1.2.2",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"angular2-template-loader": "^0.6.2",
"autoprefixer": "^7.1.1",
"awesome-typescript-loader": "^3.1.3",
"babel": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"browser-sync": "^2.8.0",
"bs-fullscreen-message": "^1.1.0",
"codelyzer": "^2.0.1",
"compression-webpack-plugin": "^0.4.0",
"concurrently": "^3.5.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"del": "^3.0.0",
"es6-promise": "^4.1.0",
"es6-promise-loader": "^1.0.2",
"es6-shim": "^0.35.3",
"es7-reflect-metadata": "^1.6.0",
"eslint": "^4.1.0",
"eslint-config-airbnb": "^15.0.1",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.3",
"file-loader": "^0.11.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-docco": "0.0.4",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-scss-lint": "^0.4.0",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "^2.28.0",
"http-server": "^0.10.0",
"imports-loader": "^0.7.1",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.0",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": "~2.2.0",
"webpack": "v2.1.0-beta.22",
"webpack-dev-middleware": "^1.11.0",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
},
"main": "index.js",
"author": "Chibuike Emmauel Osita <[email protected]>"
}