aurelia-bootstrapper-webpack
Version:
Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.
30 lines (29 loc) • 838 B
JSON
{
"name": "aurelia-bootstrapper-webpack",
"version": "1.1.0",
"description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.",
"keywords": [
"aurelia",
"bootstrapper",
"spa",
"webpack"
],
"homepage": "http://aurelia.io",
"main": "dist/commonjs/aurelia-bootstrapper-webpack.js",
"moduleType": "node",
"bugs": {
"url": "https://github.com/aurelia/bootstrapper-webpack/issues"
},
"license": "MIT",
"author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)",
"repository": {
"type": "git",
"url": "http://github.com/aurelia/bootstrapper-webpack"
},
"dependencies": {
"aurelia-loader-webpack": "^1.0.0",
"aurelia-pal": "^1.1.1",
"aurelia-pal-browser": "^1.1.0",
"aurelia-polyfills": "^1.0.0"
}
}