forked from bitExpert/ng2-combobox
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 958 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
{
"name": "ng2-combobox",
"version": "0.6.0",
"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": "^2.0.0-rc.6",
"@angular/compiler": "^2.0.0-rc.6",
"@angular/core": "^2.0.0-rc.6",
"@angular/forms": "^2.0.0-rc.6",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.11",
"typescript": "^2.0.2",
"zone.js": "^0.6.17"
}
}