forked from SpoonX/aurelia-autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 806 Bytes
/
bower.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
{
"name": "aurelia-autocomplete",
"version": "2.1.1",
"description": "Skeleton plugin following spoonx conventions.",
"keywords": [
"aurelia",
"spoonx",
"plugin"
],
"homepage": "https://github.com/SpoonX/aurelia-autocomplete",
"main": "dist/commonjs/aurelia-autocomplete.js",
"moduleType": "node",
"license": "MIT",
"author": "SpoonX <[email protected]>",
"contributors": [
"doktordirk <[email protected]> (http://spoonx.nl)"
],
"repository": {
"type": "git",
"url": "https://github.com/SpoonX/aurelia-autocomplete"
},
"dependencies": {
"aurelia-api": "^3.1.1",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-framework": "^1.0.8",
"aurelia-logging": "^1.2.0",
"aurelia-pal": "^1.2.0",
"aurelia-view-manager": "^0.1.0"
}
}