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
27 lines (27 loc) · 718 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 718 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
{
"name": "angular-split",
"version": "3.0.3",
"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/bertrandg/angular-split.git"
},
"bugs": {
"url": "https://github.com/bertrandg/angular-split/issues"
},
"homepage": "https://bertrandg.github.io/angular-split/",
"keywords": [
"angular",
"split",
"split-pane",
"split-area",
"flexbox"
],
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": ">=8.0.0",
"@angular/core": ">=8.0.0",
"rxjs": ">=6.0.0"
}
}