forked from Gbuomprisco/ng2-material-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.07 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@vpetrusevici/ng2-material-dropdown",
"version": "0.12.0",
"description": "Angular material-like dropdown component",
"scripts": {
"release": "npm run build && cd dist && npm publish --access public",
"build": "ng build lib",
"start": "ng serve demo-app",
"test": "ng test modules --watch=false"
},
"contributors": [],
"license": "MIT",
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.5",
"@angular-devkit/schematics": "^11.2.5",
"@angular/animations": "^11.2.6",
"@angular/cli": "^11.2.5",
"@angular/common": "^11.2.6",
"@angular/compiler": "^11.2.6",
"@angular/compiler-cli": "^11.2.6",
"@angular/core": "^11.2.6",
"@angular/platform-browser": "^11.2.6",
"@angular/platform-browser-dynamic": "^11.2.6",
"@types/es6-collections": "^0.5.32",
"@types/jasmine": "^3.6.7",
"@types/node": "^14.14.35",
"awesome-typescript-loader": "5.2.1",
"core-js": "^3.9.1",
"jasmine": "^3.7.0",
"karma": "~6.2.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-sourcemap-loader": "^0.3.8",
"raw-loader": "^4.0.2",
"reflect-metadata": "0.1.13",
"rxjs": "^6.6.6",
"ts-helpers": "1.1.2",
"ts-node": "^9.1.1",
"tslint": "~6.1.3",
"ng-packagr": "^11.2.4",
"typescript": "^4.1.5",
"zone.js": "~0.11.3"
},
"keywords": [
"angular 11",
"angular 11 material dropdown",
"angular 11 component dropdown",
"angular 11 dropdown",
"angular 11 menu"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vpetrusevici/ng2-material-dropdown.git"
},
"bugs": {
"url": "https://github.com/Gbuomprisco/ng2-material-dropdown/issues"
},
"homepage": "https://github.com/Gbuomprisco/ng2-material-dropdown",
"dependencies": {
"tslib": "^2.1.0"
},
"ngPackage": {
"lib": {
"entryFile": "index.ts"
}
},
"main": "ng2-dropdown.bundle.js",
"author": ""
}