forked from cmichaelgraham/aurelia-amd-bundler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 1.62 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "aurelia-require-bundle",
"version": "0.1.0",
"homepage": "https://github.com/cmichaelgraham/aurelia-typescript",
"authors": [
"Mike Graham <[email protected]>"
],
"description": "Aurelia skeleton-navigation integrated with dojo/esri",
"moduleType": [
"amd"
],
"keywords": [
"aurelia",
"esri",
"dojo",
"typescript"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"aurelia-dependency-injection": "aurelia/dependency-injection#latest",
"aurelia-event-aggregator": "aurelia/event-aggregator#latest",
"aurelia-framework": "aurelia/framework#latest",
"aurelia-history-browser": "aurelia/history-browser#latest",
"aurelia-history": "aurelia/history#latest",
"aurelia-http-client": "aurelia/http-client#latest",
"aurelia-loader": "aurelia/loader#latest",
"aurelia-loader-default": "aurelia/loader-default#latest",
"aurelia-logging-console": "aurelia/logging-console#latest",
"aurelia-router": "aurelia/router#latest",
"aurelia-templating-binding": "aurelia/templating-binding#latest",
"aurelia-templating-router": "aurelia/templating-router#latest",
"aurelia-templating-resources": "aurelia/templating-resources#latest",
"aurelia-bootstrapper": "aurelia/bootstrapper#latest",
"aurelia-html-template-element": "aurelia/html-template-element#latest",
"aurelia-validation": "aurelia/validation#latest",
"bootstrap": "latest",
"fontawesome": "latest",
"webcomponentsjs": "latest",
"core-js": "zloirock/core-js"
}
}