forked from aurelia/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
30 lines (30 loc) · 841 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-framework",
"version": "0.13.2",
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.",
"keywords": [
"aurelia",
"framework",
"spa"
],
"homepage": "http://aurelia.io",
"license": "MIT",
"authors": [
"Rob Eisenberg <[email protected]> (http://robeisenberg.com/)"
],
"repository": {
"type": "git",
"url": "http://github.com/aurelia/framework"
},
"dependencies": {
"aurelia-binding": "^0.8.0",
"aurelia-dependency-injection": "^0.9.0",
"aurelia-loader": "^0.8.0",
"aurelia-logging": "^0.6.0",
"aurelia-metadata": "^0.7.0",
"aurelia-path": "^0.8.0",
"aurelia-task-queue": "^0.6.0",
"aurelia-templating": "^0.13.1",
"core-js": "zloirock/core-js"
}
}