forked from softsimon/ngx-bootstrap-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.66 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.66 KB
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
{
"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 <malkevich.alex@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/softsimon/angular-2-dropdown-multiselect/issues"
},
"homepage": "http://softsimon.github.io/angular-2-dropdown-multiselect",
"devDependencies": {
"@angular/cli": "^1.7.3",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-server": "^6.0.0",
"@angular/animations": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/router": "^6.0.0",
"@types/core-js": "^0.9.41",
"@types/jasmine": "^2.5.47",
"copyfiles": "^2.0.0",
"ng-packagr": "^2.2.0",
"protractor": "^5.3.0",
"rimraf": "^2.6.1",
"rxjs": "6.1.0",
"tslib": "^1.6.1",
"tsickle": "^0.27.2",
"typescript": "2.7.2",
"zone.js": "^0.8.4"
}
}