-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "mytasklist",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"debug": "node --debug-brk --inspect server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@angular/common": "~2.4.0",
"@angular/compiler": "~2.4.0",
"@angular/core": "~2.4.0",
"@angular/forms": "~2.4.0",
"@angular/http": "~2.4.0",
"@angular/platform-browser": "~2.4.0",
"@angular/platform-browser-dynamic": "~2.4.0",
"@angular/router": "~3.4.0",
"@ngtools/webpack": "1.2.4",
"angular-cli": "^1.0.0-beta.28.3",
"angular-in-memory-web-api": "~0.2.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"core-js": "^2.4.1",
"date-format": "^1.0.0",
"ejs": "^2.5.5",
"express": "^4.14.0",
"express-session": "^1.14.2",
"global": "^4.3.1",
"jquery": "^3.1.1",
"mongoose": "^4.7.5",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"properties-reader": "0.0.15",
"reflect-metadata": "^0.1.8",
"request": "^2.79.0",
"rxjs": "^5.1.1",
"systemjs": "^0.20.9",
"toastr": "^2.1.2",
"zone.js": "^0.7.4"
},
"devDependencies": {
"node-inspector": "^0.12.10"
}
}