forked from bitExpert/ng2-combobox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 996 Bytes
/
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
{
"name": "ng2-combobox",
"version": "0.7.1",
"description": "remote and local combobox component for angular 2",
"main": "index.js",
"scripts": {
"clean": "./scripts/clean.sh",
"lint": "tslint \"src/**/*.ts\" --exclude \"src/**/*.d.ts\"",
"dev": "tsc --watch",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/bitExpert/ng2-combobox.git"
},
"keywords": [
"combo",
"angular",
"ng2",
"combobox",
"angular2",
"typeahead",
"autocomplete",
"selectfield"
],
"author": "bitExpert AG <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/forms": "^4.1.3",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.1",
"typescript": "^2.3.4",
"zone.js": "^0.8.4"
},
"dependencies": {
"@angular/platform-browser": "^4.1.3"
}
}