-
-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
97 lines (97 loc) · 3.17 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
{
"name": "ngx-audio-player-demo",
"version": "12.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mudigal-technologies/ngx-audio-player.git"
},
"author": "Vijayendra Mudigal <vijayendrap@gmail.com> (https://vijayendra.mudigal.com)",
"keywords": [
"ngx",
"audio",
"player",
"angular",
"angular7",
"angular8",
"angular9",
"angular10",
"angular11",
"angular12",
"audio player",
"angular audio player",
"audio player with playlist",
"material style audio player",
"material style basic audio player",
"material style advanced audio player"
],
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0",
"lch-build": "ng build",
"prod-build": "ng build --configuration production",
"build-lib": "ng build ngx-audio-player --configuration production",
"publish-lib": "npm publish --f dist/ngx-audio-player --access public",
"build-demo": "ng build --configuration production --base-href https://mudigal-technologies.github.io/ngx-audio-player/",
"publish-demo": "npx ngh --dir=dist/ngx-audio-player-demo/",
"test": "ng test --code-coverage --reporters=coverage-istanbul",
"test-lib": "ng test ngx-audio-player --code-coverage --reporters=coverage-istanbul",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular/animations": "^12.2.17",
"@angular/cdk": "^12.2.13",
"@angular/common": "^12.2.17",
"@angular/compiler": "^12.2.17",
"@angular/core": "^12.2.17",
"@angular/forms": "^12.2.17",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "^12.2.17",
"@angular/platform-browser-dynamic": "^12.2.17",
"@angular/router": "^12.2.17",
"ngx-audio-player": "12.0.1",
"core-js": "^3.32.2",
"rxjs": "^6.6.7",
"tslib": "^2.6.2",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.18",
"@angular/cli": "^12.2.18",
"@angular/compiler-cli": "^12.2.17",
"@angular/language-service": "^12.2.17",
"@types/jasmine": "^3.10.13",
"@types/jasminewd2": "~2.0.11",
"@types/node": "^12.20.55",
"angular-cli-ghpages": "^0.6.2",
"codelyzer": "^6.0.2",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-teamcity-reporter": "^1.1.0",
"ng-packagr": "^12.2.7",
"sass": "^1.68.0",
"protractor": "~7.0.0",
"ts-node": "~8.6.2",
"tsickle": "~0.38.0",
"tslint": "~6.1.0",
"typescript": "~4.3.5",
"webpack": "^4.47.0"
},
"description": "A library for loading and playing audio using HTML 5 for Angular 7/8/9/10/11/12. (https://mudigal-technologies.github.io/ngx-audio-player/)",
"bugs": {
"url": "https://github.com/mudigal-technologies/ngx-audio-player/issues"
},
"homepage": "https://github.com/mudigal-technologies/ngx-audio-player#readme",
"main": "index.js",
"directories": {
"doc": "docs"
}
}