-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.43 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
{
"author": "Joshlabs",
"dependencies": {
"@angular/animations": "^7.2.15",
"@angular/cdk": "^7.3.7",
"@angular/common": "^7.2.15",
"@angular/compiler": "^7.2.15",
"@angular/core": "^7.2.15",
"@angular/elements": "^7.2.15",
"@angular/flex-layout": "7.0.0-beta.24",
"@angular/forms": "^7.2.15",
"@angular/http": "^7.2.15",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "^7.2.15",
"@angular/platform-browser-dynamic": "^7.2.15",
"@angular/router": "^7.2.15",
"concat": "1.0.3",
"core-js": "2.6.5",
"document-register-element": "1.13.2",
"elements-zone-strategy": "7.0.0",
"fs-extra": "7.0.1",
"hammerjs": "2.0.8",
"jquery": "3.4.0",
"ngx-linkifyjs": "1.3.0",
"openvidu-browser": "2.10.0",
"rxjs": "6.5.1",
"wolfy87-eventemitter": "5.2.6",
"zone.js": "0.9.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.13.8",
"@angular-devkit/build-ng-packagr": "0.13.8",
"@angular/cli": "7.3.8",
"@angular/compiler-cli": "^7.2.15",
"@angular/language-service": "^7.2.15",
"@types/jasmine": "3.3.12",
"@types/jasminewd2": "2.0.6",
"@types/jquery": "3.3.29",
"@types/node": "11.13.7",
"@webcomponents/webcomponentsjs": "2.2.10",
"codelyzer": "5.0.0",
"jasmine-core": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.0",
"ng-packagr": "5.1.0",
"protractor": "5.4.2",
"ts-node": "8.1.0",
"tsickle": "0.34.3",
"tslib": "1.9.3",
"tslint": "5.16.0",
"typedoc": "0.14.2",
"typescript": "3.2.4"
},
"description": "OpenVidu Angular Mod",
"license": "Apache-2.0",
"name": "openvidu-angular",
"repository": {
"type": "git",
"url": "[email protected]:JoshLabs/openvidu-angular"
},
"scripts": {
"build": "./node_modules/@angular/cli/bin/ng build openvidu-angular --prod",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"pack": "npm pack",
"start": "ng serve",
"test": "ng test"
},
"version": "2.12.1"
}