-
-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
80 lines (80 loc) · 2.2 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
73
74
75
76
77
78
79
80
{
"name": "angular-ng-autocomplete",
"version": "2.0.12",
"description": "Angular autocomplete",
"keywords": [
"angular",
"angular-ng-autocomplete",
"angular autocomplete",
"angular-autocomplete",
"angular-auto-complete",
"autocomplete-component",
"ng-autocomplete",
"auto complete",
"autocomplete",
"angular-6",
"angular-7",
"angular-8",
"angular-9",
"angular-10",
"angular-11",
"angular-12",
"angular-13",
"angular-14"
],
"author": {
"name": "Giorgi Merabishvili",
"email": "gtmerabishvili@gmail.com",
"url": "https://www.linkedin.com/in/giorgi-merabishvili-3719a2121/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gmerabishvili/angular-autocomplete"
},
"homepage": "https://gmerabishvili.github.io/angular-ng-autocomplete/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build_lib": "ng build angular-autocomplete",
"npm_pack": "cd dist/autocomplete-lib && npm pack",
"package": "npm run build_lib && npm run npm_pack",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"e2e": "ng e2e",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.2.1",
"@angular/common": "^13.2.1",
"@angular/compiler": "^13.2.1",
"@angular/core": "^13.2.1",
"@angular/forms": "^13.2.1",
"@angular/platform-browser": "^13.2.1",
"@angular/platform-browser-dynamic": "^13.2.1",
"@angular/platform-server": "^13.2.1",
"@angular/router": "^13.2.1",
"rxjs": "^6.5.4",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.2",
"@angular/cli": "^13.2.2",
"@angular/compiler-cli": "^13.2.1",
"@angular/language-service": "^13.2.1",
"@types/jasmine": "^3.5.3",
"@types/node": "^13.7.1",
"jasmine-core": "^3.5.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "^3.1.1",
"karma-jasmine-html-reporter": "^1.5.2",
"ng-packagr": "^13.2.1",
"ts-node": "~5.0.1",
"typescript": "~4.5.2"
},
"peerDependencies": {}
}