forked from aurelia/templating
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 876 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
31
32
{
"name": "aurelia-templating",
"version": "0.15.3",
"description": "An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.",
"keywords": [
"aurelia",
"templating",
"html",
"custom element",
"databinding"
],
"homepage": "http://aurelia.io",
"license": "MIT",
"authors": [
"Rob Eisenberg <[email protected]> (http://robeisenberg.com/)"
],
"repository": {
"type": "git",
"url": "http://github.com/aurelia/templating"
},
"dependencies": {
"aurelia-binding": "^0.9.0",
"aurelia-dependency-injection": "^0.10.0",
"aurelia-html-template-element": "^0.3.0",
"aurelia-loader": "^0.9.0",
"aurelia-logging": "^0.7.0",
"aurelia-metadata": "^0.8.0",
"aurelia-path": "^0.9.0",
"aurelia-task-queue": "^0.7.0",
"core-js": "zloirock/core-js"
}
}