-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 876 Bytes
/
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
{
"name": "aurelia-karma-test-bones",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/webpack": "^3.8.2",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-framework": "^1.1.5",
"aurelia-polyfills": "^1.2.2",
"aurelia-router": "^1.5.0",
"aurelia-testing": "^1.0.0-beta.4.0.0",
"aurelia-webpack-plugin": "^2.0.0-rc.5",
"aurelia-pal-browser": "^1.3.1",
"html-loader": "^0.5.4",
"jasmine-core": "^2.8.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1",
"karma-webpack": "^2.0.9",
"reflect-metadata": "^0.1.12",
"ts-loader": "^3.2.0",
"typescript": "^2.6.2",
"webpack": "^3.10.0",
"@types/jasmine": "^2.8.4"
}
}