-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 744 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 744 Bytes
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
{
"name": "aurelia-loader-webpack",
"version": "2.2.6",
"description": "An implementation of Aurelia's loader interface to enable webpack.",
"keywords": [
"aurelia",
"webpack",
"loader"
],
"homepage": "http://aurelia.io",
"main": "dist/commonjs/aurelia-loader-webpack.js",
"moduleType": "node",
"bugs": {
"url": "https://github.com/aurelia/loader-webpack/issues"
},
"license": "MIT",
"author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)",
"repository": {
"type": "git",
"url": "http://github.com/aurelia/loader-webpack"
},
"dependencies": {
"aurelia-loader": "^1.0.0",
"aurelia-metadata": "^1.0.0",
"aurelia-pal": "^1.0.0",
"aurelia-path": "^1.0.0"
}
}