-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 782 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 782 Bytes
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
{
"name": "slarn-autocomplete",
"version": "1.5.0",
"peerDependencies": {
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0",
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0"
},
"description": "An angular package for a very simple yet powerfull autocomplete component",
"main": "karma.conf.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SlimenTN/SlarnAutocomplete.git"
},
"keywords": [
"angular",
"autocomplete"
],
"author": "Slimen Arnaout <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SlimenTN/SlarnAutocomplete/issues"
},
"homepage": "https://github.com/SlimenTN/SlarnAutocomplete#readme"
}