-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.04 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.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
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
112
{
"name": "bullesdesoi",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start:app": "NODE_ENV=development MONGO_SEED=true nodemon ./server.js",
"start:frontend": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devsamsane/bullesdesoi.git"
},
"keywords": [
"nodeJS",
"Angular",
"MongoDB",
"Angular",
"Material",
"ExpressJS"
],
"author": "Sams@ne",
"bugs": {
"url": "https://github.com/devsamsane/bullesdesoi/issues"
},
"private": true,
"dependencies": {
"@angular/animations": "^4.3.5",
"@angular/common": "^4.3.5",
"@angular/compiler": "^4.3.5",
"@angular/core": "^4.3.5",
"@angular/flex-layout": "^2.0.0-beta.9",
"@angular/forms": "^4.3.5",
"@angular/http": "^4.3.5",
"@angular/material": "^2.0.0-beta.8",
"@angular/platform-browser": "^4.3.5",
"@angular/platform-browser-dynamic": "^4.3.5",
"@angular/router": "^4.3.5",
"acl": "^0.4.10",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"chalk": "^2.1.0",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
"core-js": "^2.5.0",
"express": "^4.15.4",
"express-hbs": "^1.0.4",
"generate-password": "^1.3.0",
"glob": "^7.1.2",
"hammerjs": "^2.0.8",
"helmet": "^3.8.1",
"jsonwebtoken": "^7.4.3",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"mongoose": "^4.11.7",
"mongoose-unique-validator": "^1.0.5",
"morgan": "^1.8.2",
"node-sass": "^4.5.3",
"owasp-password-strength-test": "^1.3.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-jwt": "^3.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"rxjs": "^5.4.3",
"serve-favicon": "^2.4.3",
"validator": "^8.1.0",
"winston": "^2.3.1",
"zone.js": "^0.8.17"
},
"devDependencies": {
"@angular/cli": "^1.3.1",
"@angular/compiler-cli": "^4.3.5",
"@types/chalk": "^0.4.31",
"@types/lodash": "^4.14.74",
"@types/core-js": "^0.9.43",
"@types/glob": "^5.0.32",
"@types/gulp": "^4.0.4",
"@types/hammerjs": "^2.0.35",
"@types/angular-material": "^1.1.54",
"@types/run-sequence": "^0.0.29",
"@types/jasmine": "^2.5.54",
"@types/node": "^8.0.24",
"codelyzer": "^3.1.2",
"jasmine-core": "^2.7.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-coverage-istanbul-reporter": "^1.3.0",
"protractor": "^5.1.2",
"ts-node": "^3.3.0",
"tslint": "^5.6.0",
"typescript": "^2.4.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-nodemon": "^2.2.1",
"gulp-refresh": "^1.1.0",
"gulp-mocha": "^4.3.1",
"supertest": "^3.0.0"
}
}