-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.json
50 lines (50 loc) · 1.44 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "ngx-bootstrap-multiselect",
"version": "4.0.0",
"description": "Customizable multiselect dropdown in Angular 2 with bootstrap css.",
"main": "dist/bundles/dropdown.umd.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-bootstrap-multiselect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softsimon/ngx-bootstrap-multiselect.git"
},
"keywords": [
"angular",
"dropdown",
"multi select"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/softsimon/ngx-bootstrap-multiselect.git"
},
"homepage": "https://github.com/softsimon/ngx-bootstrap-multiselect.git",
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular/animations": "^15.0.0",
"@angular/cli": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/platform-server": "^15.0.0",
"@angular/router": "^15.0.0",
"@types/core-js": "^2.5.3",
"@types/jasmine": "^4.3.1",
"copyfiles": "^2.0.0",
"ng-packagr": "^15.2.2",
"rimraf": "^4.2.0",
"rxjs": "^7.8.0",
"tslib": "^2.5.0",
"typescript": "~4.9.5",
"zone.js": "~0.12.0"
}
}