-
-
Notifications
You must be signed in to change notification settings - Fork 103
/
bower.json
33 lines (33 loc) · 894 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
33
{
"name": "aurelia-templating",
"version": "1.11.1",
"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",
"main": "dist/commonjs/aurelia-templating.js",
"moduleType": "node",
"license": "MIT",
"authors": [
"Rob Eisenberg <[email protected]> (http://robeisenberg.com/)"
],
"repository": {
"type": "git",
"url": "http://github.com/aurelia/templating"
},
"dependencies": {
"aurelia-binding": "^2.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-loader": "^1.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-metadata": "^1.0.0",
"aurelia-pal": "^1.0.0",
"aurelia-path": "^1.1.7",
"aurelia-task-queue": "^1.1.0"
}
}