forked from abdunnahid/nghacks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.02 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.02 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
{
"name": "@elia_c/quantity-input",
"version": "1.0.2",
"description": "Quantity input with add and rm buttons",
"keywords": [
"angular",
"material",
"AngularMaterial",
"nghacks",
"input",
"form",
"quantity",
"number",
"counter",
"cart",
"ng",
"ngx",
"ngMat"
],
"author": {
"name": "Abdun Nahid",
"email": "abdun.nahid@gmail.com",
"url": "https://abdun-nahid.web.app"
},
"repository": {
"type": "git",
"url": "https://github.com/abdunnahid/nghacks.git"
},
"homepage": "https://ng-hack.web.app",
"bugs": "https://github.com/abdunnahid/nghacks/issues",
"license": "MIT",
"private": false,
"peerDependencies": {
"@angular/common": "^10.0.5",
"@angular/core": "^10.0.5",
"@angular/material": "^10.1.1",
"rxjs": "~6.5.5"
},
"dependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/material": "^14.0.0",
"rxjs": "^7.5.5",
"tslib": "^2.0.0"
}
}