UNPKG

1.12 kBJSONView Raw
1{
2 "name": "aurelia-bootstrapper",
3 "version": "2.1.1",
4 "description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.",
5 "keywords": [
6 "aurelia",
7 "bootstrapper",
8 "spa"
9 ],
10 "homepage": "http://aurelia.io",
11 "main": "dist/commonjs/aurelia-bootstrapper.js",
12 "moduleType": "node",
13 "license": "MIT",
14 "authors": [
15 "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "http://github.com/aurelia/bootstrapper"
20 },
21 "dependencies": {
22 "aurelia-event-aggregator": "^1.0.0",
23 "aurelia-framework": "^1.0.0",
24 "aurelia-history": "^1.0.0",
25 "aurelia-history-browser": "^1.0.0",
26 "aurelia-loader-default": "^1.0.0",
27 "aurelia-logging-console": "^1.0.0",
28 "aurelia-pal": "^1.3.0",
29 "aurelia-pal-browser": "^1.0.0",
30 "aurelia-polyfills": "^1.0.0",
31 "aurelia-router": "^1.0.1",
32 "aurelia-templating": "^1.0.0",
33 "aurelia-templating-binding": "^1.0.0",
34 "aurelia-templating-resources": "^1.0.0",
35 "aurelia-templating-router": "^1.0.0"
36 }
37}