forked from softsimon/ngx-bootstrap-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 978 Bytes
/
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
{
"name": "angular-2-dropdown-multiselect",
"version": "1.0.6",
"description": "Customizable dropdown multiselect in Angular 2 with bootstrap css.",
"main": "src/multiselect-dropdown.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/softsimon/angular-2-dropdown-multiselect.git"
},
"keywords": [
"angular 2",
"dropdown",
"multi select"
],
"author": "Simon Lindh",
"license": "MIT",
"bugs": {
"url": "https://github.com/softsimon/angular-2-dropdown-multiselect/issues"
},
"homepage": "http://softsimon.github.io/angular-2-dropdown-multiselect",
"dependencies": {
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/platform-server": "^4.0.0",
"codelyzer": "^2.0.0",
"rxjs": "^5.1.0",
"typescript": "^2.2.2",
"zone.js": "^0.7.6"
}
}