forked from angular-split/angular-split
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 865 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 865 Bytes
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
{
"name": "angular-split",
"version": "5.0.0",
"description": "Angular UI library to split views and allow dragging to resize areas using CSS flexbox layout.",
"author": "bertrandg",
"repository": {
"type": "git",
"url": "https://github.com/angular-split/angular-split.git"
},
"bugs": {
"url": "https://github.com/angular-split/angular-split/issues"
},
"maintainers": [
{
"email": "[email protected]",
"name": "Bram Borggreve",
"url": "https://github.com/beeman"
}
],
"homepage": "https://angular-split.github.io",
"keywords": [
"angular",
"split",
"split-pane",
"split-area",
"flexbox"
],
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"rxjs": ">=6.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
}
}