-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.48 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.48 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
{
"name": "hypertube",
"version": "1.0.0",
"description": "",
"scripts": {
"server:start": "nodemon app-server/bin/www",
"client:build": "tsc -p app-client/",
"client:build:watch": "tsc -p app-client/ -w",
"client:serve": "lite-server -c=bs-config.json",
"client:prestart": "npm run build",
"client:start": "concurrently \"npm run client:build:watch\" \"npm run client:serve\"",
"client:lint": "tslint ./app-client/**/*.ts -t verbose"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@angular/common": "~4.1.2",
"@angular/compiler": "~4.1.2",
"@angular/core": "~4.1.2",
"@angular/forms": "~4.1.2",
"@angular/http": "~4.1.2",
"@angular/platform-browser": "~4.1.2",
"@angular/platform-browser-dynamic": "~4.1.2",
"@angular/router": "~4.1.2",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.25",
"angular2-jwt": "^0.2.3",
"async": "^2.4.0",
"bcrypt": "^1.0.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"core-js": "^2.4.1",
"cors": "^2.8.3",
"cron": "^1.2.1",
"crypto-js": "^3.1.9-1",
"express": "^4.15.2",
"express-jwt": "^5.3.0",
"express-validator": "^3.2.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^3.0.1",
"jsonwebtoken": "^7.4.0",
"mongoose": "^4.9.8",
"mongoose-unique-validator": "^1.0.5",
"multer": "^1.3.0",
"ng2-file-upload": "^1.2.1",
"ng2-imageupload": "^1.4.2",
"ng2-nouislider": "^1.6.1",
"nodemailer": "^4.0.1",
"nouislider": "^9.2.0",
"opensubtitles-api": "^4.0.0-rc2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"pump": "^1.0.2",
"request": "^2.81.0",
"rxjs": "5.4.0",
"srt-to-vtt": "^1.1.1",
"stream-transcoder": "0.0.5",
"systemjs": "0.20.12",
"torrent-stream": "^1.0.3",
"videogular2": "^5.2.9",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "^1.0.3",
"@types/core-js": "^0.9.41",
"@types/jasmine": "2.5.47",
"@types/node": "^7.0.18",
"canonical-path": "0.0.2",
"concurrently": "^3.2.0",
"jasmine-core": "~2.6.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2.2",
"lite-server": "^2.2.2",
"lodash": "^4.16.4",
"node-sass": "^4.5.2",
"nodemon": "^1.11.0",
"protractor": "~5.1.1",
"rimraf": "^2.5.4",
"tslint": "^5.2.0",
"typescript": "~2.3.2"
},
"repository": {}
}