-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
102 lines (102 loc) · 2.55 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
{
"name": "ngx-form",
"version": "2.0.7",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "node ./bin/www",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
"repository": {
"type": "git",
"url": "https://github.com/efstathiosntonas/ngx-form"
},
"keywords": [
"MEAN2",
"MEA2N",
"Angular2",
"Angular 2",
"ng2",
"ng2-",
"Angular 2 Forms",
"Angular2 Forms",
"multer",
"mongoose",
"express",
"node",
"file upload",
"file-upload",
"ng2-file-upload",
"MEAN Stack 2"
],
"author": "Efstathios Ntonas",
"private": false,
"dependencies": {
"@angular/animations": "^4.2.3",
"@angular/common": "^4.2.3",
"@angular/compiler": "^4.2.3",
"@angular/core": "^4.2.3",
"@angular/forms": "^4.2.3",
"@angular/http": "^4.2.3",
"@angular/material": "^2.0.0-beta.6",
"@angular/platform-browser": "^4.2.3",
"@angular/platform-browser-dynamic": "^4.2.3",
"@angular/router": "^4.2.3",
"angular2-jwt": "^0.1.27",
"async": "^2.4.1",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"core-js": "^2.4.1",
"debug": "^2.5.1",
"express": "^4.15.3",
"find-remove": "^1.0.1",
"fs-extra": "^3.0.1",
"gm": "latest",
"hbs": "^4.0.1",
"jsonwebtoken": "^7.4.1",
"mime": "latest",
"mkdirp": "^0.5.1",
"mongodb": "2.2.28",
"mongoimport": "^1.0.6",
"mongoose": "^4.10.7",
"mongoose-unique-validator": "^1.0.5",
"morgan": "1.8.2",
"multer": "1.3.0",
"ng2-bs3-modal": "^0.10.4",
"ng2-toastr": "^4.1.0",
"node-schedule": "^1.2.3",
"nodemailer": "^3.1.4",
"nodemailer-express-handlebars": "^2.0.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"pug": "^2.0.0-rc.1",
"rxjs": "5.1.0",
"serve-favicon": "^2.4.3",
"ts-helpers": "^1.1.1",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "^1.1.2",
"@angular/compiler-cli": "^4.2.3",
"@angular/language-service": "^4.2.3",
"@types/jasmine": "^2.5.38",
"@types/node": "^6.0.60",
"codelyzer": "3.0.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.4.0",
"protractor": "~5.1.2",
"ts-node": "~3.0.4",
"tslint": "~5.3.2",
"typescript": "~2.3.3"
}
}