This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
forked from softsimon/ngx-bootstrap-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.69 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
51
52
53
54
55
56
57
58
{
"name": "angular-2-dropdown-multiselect",
"version": "0.0.0-development",
"description": "Customizable dropdown multiselect in Angular 2 with bootstrap css.",
"main": "dist/bundles/dropdown.umd.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"start": "ng serve",
"prebuild": "rimraf dist",
"build": "ng-packagr -p src/ng-package.json",
"postbuild": "copyfiles README.md LICENSE dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softsimon/angular-2-dropdown-multiselect.git"
},
"keywords": [
"angular 2",
"dropdown",
"multi select"
],
"author": "Simon Lindh",
"contributors": [
"Alex Malkevich <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/softsimon/angular-2-dropdown-multiselect/issues"
},
"homepage": "http://softsimon.github.io/angular-2-dropdown-multiselect",
"devDependencies": {
"@angular-devkit/build-angular": "^0.12.1",
"@angular/animations": "7.2.2",
"@angular/cli": "^7.2.3",
"@angular/common": "7.2.2",
"@angular/compiler": "7.2.2",
"@angular/compiler-cli": "7.2.2",
"@angular/core": "7.2.2",
"@angular/forms": "7.2.2",
"@angular/http": "7.2.2",
"@angular/platform-browser": "7.2.2",
"@angular/platform-browser-dynamic": "7.2.2",
"@angular/platform-server": "7.2.2",
"@angular/router": "7.2.2",
"@types/core-js": "^0.9.41",
"@types/jasmine": "^2.5.47",
"copyfiles": "^2.0.0",
"ng-packagr": "^4.6.0",
"protractor": "^5.4.0",
"rimraf": "^2.6.1",
"rxjs": "^6.3.3",
"tsickle": "^0.34.0",
"tslib": "^1.6.1",
"typescript": "3.2.4",
"zone.js": "^0.8.29"
}
}