Skip to content

Commit

Permalink
feat: add tool to extract dependency licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
eransakal committed Jul 6, 2017
1 parent 2d046cc commit 0ca3649
Show file tree
Hide file tree
Showing 4 changed files with 585 additions and 24 deletions.
19 changes: 19 additions & 0 deletions dev/kaltura-ws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version" : "2.0.0",
"repositories": [
{ "origin" : "github", "uri": "https://github.com/kaltura/kaltura-ng.git"},
{ "origin" : "github", "uri": "https://github.com/kaltura/kaltura-ng-mc-theme.git"},
{ "origin" : "github", "uri": "https://github.com/kaltura/kmc-ng.git"}
],
"licenses" : {
"ignoreList" : [
"@kaltura-ng/kaltura-client",
"@kaltura-ng/kaltura-common",
"@kaltura-ng/kaltura-primeng-ui",
"@kaltura-ng/kaltura-ui",
"@kaltura-ng/mc-theme",
"@kaltura-ng/dev-workspace",
"kaltura-typescript-client"
]
}
}
14 changes: 14 additions & 0 deletions kaltura-ws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version" : "2.0.0",
"licenses" : {
"ignoreList" : [
"@kaltura-ng/kaltura-client",
"@kaltura-ng/kaltura-common",
"@kaltura-ng/kaltura-primeng-ui",
"@kaltura-ng/kaltura-ui",
"@kaltura-ng/mc-theme",
"@kaltura-ng/dev-workspace",
"kaltura-typescript-client"
]
}
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
],
"homepage": "https://github.com/kaltura/kmc-ng#readme",
"scripts": {
"kws": "kws",
"ng": "ng",
"postinstall": "node ./scripts/fix-tsconfig-paths.js",
"start": "ng serve",
Expand Down Expand Up @@ -76,6 +77,7 @@
"@angular/compiler-cli": "^4.0.0",
"@angular/language-service": "^4.0.0",
"@compodoc/compodoc": "^1.0.0-beta.10",
"@kaltura-ng/dev-workspace": "^2.0.2",
"@types/core-js": "0.9.28",
"@types/jasmine": "2.5.45",
"@types/jquery": "^2.0.40",
Expand Down
Loading

0 comments on commit 0ca3649

Please sign in to comment.