-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.38 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": "respond-ng",
"version": "0.0.3",
"description": "Simple, fluent Http mocking for Angular 2",
"main": "index.js",
"scripts": {
"install-typings": "tsd install",
"build": "gulp build",
"test": "karma start"
},
"author": "Mike Ryan",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^2.0.0-rc.0",
"@angular/compiler": "^2.0.0-rc.0",
"@angular/core": "^2.0.0-rc.0",
"@angular/http": "^2.0.0-rc.0",
"@angular/platform-browser": "^2.0.0-rc.0",
"@angular/platform-browser-dynamic": "^2.0.0-rc.0",
"rxjs": "^5.0.0-beta.6"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.5.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.10.0",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-mocha": "^0.2.1",
"karma-sinon-chai": "^1.1.0",
"karma-webpack": "^1.7.0",
"merge2": "^1.0.0",
"mocha": "^2.4.5",
"reflect-metadata": "^0.1.3",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"ts-loader": "^0.8.0",
"tsd": "^0.6.5",
"typescript": "^1.8.0",
"webpack": "^1.12.12",
"zone.js": "0.6.12"
}
}