-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "angular2-kpx-autocomplete",
"version": "0.0.8",
"description": "Angular2 autocomplete",
"scripts": {
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kEpEx/angular2-kpx-autocomplete.git"
},
"typings": "./kpx-autocomplete.d.ts",
"keywords": [
"typescript",
"autocomplete"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/kEpEx/angular2-kpx-autocomplete/issues"
},
"homepage": "https://github.com/kEpEx/angular2-kpx-autocomplete",
"peerDependencies": {
"@angular/common": "^2.1.2",
"@angular/compiler": "^2.1.2",
"@angular/core": "^2.1.2",
"@angular/forms": "^2.1.2",
"@angular/http": "^2.1.2",
"@angular/platform-browser": "^2.1.2",
"@angular/platform-browser-dynamic": "^2.1.2",
"typescript": "^2.0.0",
"zone.js": "^0.6.25"
},
"devDependencies": {
"@angular/common": "^2.1.2",
"@angular/compiler": "^2.1.2",
"@angular/core": "^2.1.2",
"@angular/forms": "^2.1.2",
"@angular/http": "^2.1.2",
"@angular/platform-browser": "^2.1.2",
"@angular/platform-browser-dynamic": "^2.1.2",
"@types/chai": "^3.4.34",
"rxjs": "^5.0.0-rc.2",
"typescript": "^2.1.1",
"zone.js": "^0.6.25"
}
}