forked from wkwiatek/angular2-webpack2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.58 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "angular2-testing-examples",
"version": "1.0.0",
"description": "Angular 2",
"scripts": {
"postinstall": "rm -rf typings && typings install",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/patrickhousley/angular2-testing-examples"
},
"license": "MIT",
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "3.0.0-alpha.8",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"core-js": "2.4.0",
"istanbul": "0.4.4",
"istanbul-instrumenter-loader": "0.2.0",
"jasmine-core": "2.4.1",
"json-loader": "0.5.4",
"karma": "1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "1.0.0",
"karma-htmlfile-reporter": "0.3.4",
"karma-jasmine": "1.0.2",
"karma-junit-reporter": "1.1.0",
"karma-mocha-reporter": "2.0.4",
"karma-phantomjs-launcher": "1.0.1",
"karma-remap-istanbul": "git+ssh://git@github.com/bennett000/karma-remap-istanbul.git#98a5a04",
"karma-source-map-support": "1.1.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.7.0",
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"ts-helpers": "1.1.1",
"ts-loader": "0.8.2",
"typescript": "1.8.10",
"typings": "1.3.1",
"webpack": "1.13.1",
"zone.js": "0.6.12"
}
}