forked from NileshPatel17/ng-multiselect-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lib-template.json
More file actions
29 lines (29 loc) · 821 Bytes
/
package-lib-template.json
File metadata and controls
29 lines (29 loc) · 821 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
{
"name": "ng-multiselect-dropdown",
"version": "0.1.0",
"description": "Angular Multi-Select Dropdown",
"keywords": [
"angular2",
"angular4",
"angular multiselect dropdown",
"angular2 multiselect dropdown",
"angular4 multiselect dropdown",
"ng2 multiselect dropdown",
"ng4 multiselect dropdown"
],
"author": "Nilesh Patel",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nileshpatel17/ng-multiselect-dropdown.git"
},
"bugs": {
"url": "https://github.com/nileshpatel17/ng-multiselect-dropdown/issues"
},
"homepage": "nileshpatel17/ng-multiselect-dropdown#readme",
"peerDependencies": {
"@angular/common": "^2.3.1 || >=4.0.0",
"@angular/core": "^2.3.1 || >=4.0.0",
"@angular/forms": "^2.3.1 || >=4.0.0"
}
}