forked from alenny/angular2-adal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.47 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
53
54
55
56
57
58
59
{
"name": "modular-angular2-adal",
"version": "0.1.0",
"description": "Use Azure AD Library - ADAL in Angular 2 - Modular version for webpack",
"repository": {
"type": "git",
"url": "git+https://github.com/Confusedfish/modular-angular2-adal"
},
"keywords": [
"angular2",
"ng2",
"adal",
"azure",
"ad",
"angular2-adal",
"ng2-adal",
"adal-angular2",
"adal-ng2"
],
"author": "Zhuyun Dai",
"license": "MIT",
"bugs": {
"url": "https://github.com/Confusedfish/modular-angular2-adal/issues"
},
"homepage": "https://github.com/Confusedfish/modular-angular2-adal#readme",
"engines": {
"node": ">=5.0.0"
},
"scripts": {
"postinstall": "typings install"
},
"dependencies": {
"@angular/common": "^2.0.0-rc.1",
"@angular/compiler": "^2.0.0-rc.1",
"@angular/core": "^2.0.0-rc.1",
"@angular/platform-browser": "^2.0.0-rc.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12",
"modular-adal-angular": "0.3.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-typescript": "^2.13.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-header": "^1.8.2",
"gulp-load-plugins": "^1.2.4",
"gulp-git": "^1.8.0",
"gulp-rename": "^1.2.2",
"gulp-template": "^4.0.0",
"del": "^2.2.0",
"typescript": "^1.8.10",
"typings": "^1.0.4",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.1",
"systemjs-builder": "^0.15.19",
"merge2": "^1.0.2"
}
}