-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
100 lines (100 loc) · 2.85 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
{
"name": "english-test",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "concurrent \"node app\" \"npm run tsc:w\"",
"postinstall": "npm run typings install",
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings"
},
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "^0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "3.0.0-beta.1",
"@angular/router-deprecated": "2.0.0-rc.2",
"@angular/upgrade": "2.0.0-rc.4",
"@angular2-material/core": "^2.0.0-alpha.4",
"@angular2-material/progress-bar": "^2.0.0-alpha.6",
"agenda": "^0.8.1",
"angular2": "^2.0.0-beta.17",
"angular2-in-memory-web-api": "0.0.14",
"angular2-infinite-scroll": "^0.1.9",
"angular2-local-storage": "^0.2.0",
"angular2-materialize": "^3.0.3",
"angular2-websocket": "^0.6.3",
"async": "^2.0.0",
"binaryjs": "^0.2.1",
"binaryjs-client": "^1.0.0",
"body-parser": "~1.15.1",
"bootstrap": "^3.3.6",
"chart.js": "^2.2.0-rc.2",
"connect-mongo": "^1.2.1",
"cookie-parser": "~1.4.3",
"core-js": "^2.4.0",
"debug": "~2.2.0",
"del": "^2.2.1",
"ejs": "~2.4.1",
"express": "~4.14.0",
"express-session": "~1.14.0",
"gulp-typescript": "^2.13.6",
"gulp-watch": "^4.3.9",
"hammerjs": "^2.0.8",
"jquery": "^3.1.0",
"jsonwebtoken": "^7.0.1",
"materialize-css": "^0.97.7",
"md2-datepicker": "0.0.1",
"mediastream": "0.0.5",
"moment": "^2.14.1",
"mongoose": "^4.5.3",
"morgan": "~1.7.0",
"ng2-charts": "^1.1.0",
"ng2-file-upload": "^1.0.3",
"node-wav": "0.0.1",
"nodemailer": "^2.5.0",
"nodemailer-sendmail-transport": "^1.0.0",
"nodemailer-smtp-transport": "^2.6.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"password-generator": "^2.0.2",
"pm2": "^1.1.3",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.8",
"socket.io-stream": "^0.9.0",
"sugar": "^1.4.1",
"systemjs": "0.19.27",
"tsd": "^0.6.5",
"typings": "^1.3.2",
"wav": "^1.0.1",
"web-audio-api": "^0.2.2",
"websocketstream": "^2.0.2",
"ws": "^1.1.1",
"zone.js": "^0.6.12"
},
"devDependencies": {
"concurrently": "^2.0.0",
"connect": "^3.4.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-csso": "^2.0.0",
"gulp-ejs": "^2.1.3",
"gulp-imagemin": "^3.0.2",
"gulp-livereload": "^3.8.1",
"gulp-myth": "^1.1.0",
"gulp-stylus": "^2.5.0",
"gulp-ts": "^0.3.0",
"gulp-uglify": "^2.0.0",
"ts-node": "^1.2.2",
"typescript": "^1.8.10",
"typescript-node": "^0.1.3",
"typings": "^1.0.4"
}
}