-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
bower.json
37 lines (37 loc) · 1.09 KB
/
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
34
35
36
37
{
"name": "aurelia-bootstrapper",
"version": "2.4.1",
"description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.",
"keywords": [
"aurelia",
"bootstrapper",
"spa"
],
"homepage": "http://aurelia.io",
"main": "dist/commonjs/aurelia-bootstrapper.js",
"moduleType": "node",
"license": "MIT",
"authors": [
"Rob Eisenberg <[email protected]> (http://robeisenberg.com/)"
],
"repository": {
"type": "git",
"url": "http://github.com/aurelia/bootstrapper"
},
"dependencies": {
"aurelia-event-aggregator": "^1.0.0",
"aurelia-framework": "^1.3.0",
"aurelia-history": "^1.1.0",
"aurelia-history-browser": "^1.1.0",
"aurelia-loader-default": "^1.0.0",
"aurelia-logging-console": "^1.0.0",
"aurelia-pal": "^1.3.0",
"aurelia-pal-browser": "^1.0.0",
"aurelia-polyfills": "^1.0.0",
"aurelia-router": "^1.5.0",
"aurelia-templating": "^1.8.1",
"aurelia-templating-binding": "^1.0.0",
"aurelia-templating-resources": "^1.7.0",
"aurelia-templating-router": "^1.0.0"
}
}