-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.25 KB
/
package.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
{
"name": "aurelia-webpack-helloworld",
"version": "1.0.0",
"description": "A simple Hello World using Aurelia and Webpack.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ericmackrodt/aurelia-webpack-helloworld.git"
},
"author": "Eric Mackrodt",
"license": "ISC",
"bugs": {
"url": "https://github.com/ericmackrodt/aurelia-webpack-helloworld/issues"
},
"homepage": "https://github.com/ericmackrodt/aurelia-webpack-helloworld#readme",
"devDependencies": {
"aurelia-webpack-plugin": "^1.1.0",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"aurelia-bootstrapper-webpack": "^1.0.0",
"aurelia-event-aggregator": "^1.0.0",
"aurelia-framework": "^1.0.1",
"aurelia-history-browser": "^1.0.0",
"aurelia-loader-webpack": "^1.0.2",
"aurelia-logging-console": "^1.0.0",
"aurelia-templating-binding": "^1.0.0",
"aurelia-templating-resources": "^1.0.0",
"aurelia-templating-router": "^1.0.0"
}
}