forked from videogular/videogular2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.4 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 3.4 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "@codameio/videogular2",
"version": "9.1.0",
"description": "Videogular is a video application framework for desktop and mobile powered by Angular",
"scripts": {
"ng": "ng",
"build": "ng build",
"postbuild": "cp -r ./fonts ./compiled/fonts",
"commit": "git-cz",
"coverage": "http-server -c-1 -o -s -p 9875 ./coverage",
"start": "run-p \"watch:ts\" \"start:coverage-server\"",
"start:coverage-server": "http-server -c-1 -o -p 9875 ./coverage",
"test": "karma start karma.conf.js",
"posttest": "remap-istanbul -i ./coverage/coverage-final.json -o coverage -t html",
"semantic-release": "semantic-release",
"watch:ts": "watch \"npm run build\" src",
"lint": "ng lint"
},
"peerDependencies": {
"@angular/core": "^9.1.3",
"tslib": "^1.10.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.3",
"@angular-devkit/build-ng-packagr": "~0.901.3",
"@angular/animations": "~9.1.3",
"@angular/cli": "~9.1.3",
"@angular/common": "~9.1.3",
"@angular/compiler": "~9.1.3",
"@angular/compiler-cli": "~9.1.3",
"@angular/core": "~9.1.3",
"@angular/forms": "~9.1.3",
"@angular/language-service": "~9.1.3",
"@angular/platform-browser": "~9.1.3",
"@angular/platform-browser-dynamic": "~9.1.3",
"@angular/router": "~9.1.3",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"cz-conventional-changelog": "3.1.0",
"husky": "4.2.5",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~3.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"ng-packagr": "^9.0.0",
"protractor": "~5.4.3",
"reflect-metadata": "^0.1.13",
"remap-istanbul": "^0.13.0",
"rxjs": "~6.5.4",
"semantic-release": "17.0.7",
"systemjs": "^6.3.1",
"ts-node": "~8.3.0",
"tslib": "^1.10.0",
"tslint": "~6.1.0",
"typescript": "~3.8.3",
"zone.js": "~0.10.2"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert",
"ci"
],
"scope": {
"required": true,
"allowed": [
"*"
],
"validate": true,
"multiple": false
},
"warnOnFail": false,
"maxSubjectLength": 100,
"subjectPattern": ".+",
"subjectPatternErrorMsg": "subject does not match subject pattern!",
"helpMessage": "",
"autoFix": false
}
},
"keywords": [
"video",
"player",
"framework",
"angular2",
"javascript"
],
"author": "Raúl Jiménez <elecash@gmail.com>",
"contributors": [
{
"name": "Alberto García",
"email": "cernhelm@gmail.com"
},
{
"name": "Joan Llenas Masó",
"email": "joan.llenas.maso@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/codameio/videogular2"
},
"bugs": {
"url": "https://github.com/codameio/videogular2/issues"
},
"homepage": "http://videogular.com"
}