forked from sureshchahal/angular2-adal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.43 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
60
61
{
"name": "ng2-adal",
"version": "0.2.6",
"description": "Use Azure AD Library - ADAL in Angular 2",
"repository": {
"type": "git",
"url": "git+https://github.com/sureshchahal/angular2-adal.git"
},
"keywords": [
"angular2",
"ng2",
"adal",
"azure",
"ad",
"angular2-adal",
"ng2-adal",
"adal-angular2",
"adal-ng2"
],
"author": "Suresh Chahal",
"license": "MIT",
"bugs": {
"url": "https://github.com/sureshchahal/angular2-adal/issues"
},
"homepage": "https://github.com/sureshchahal/angular2-adal#readme",
"engines": {
"node": ">=5.0.0"
},
"scripts": {
"gulp": "gulp"
},
"dependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/http": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@types/adal": "^1.0.22",
"adal-angular": "1.0.13",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.12",
"zone.js": "^0.6.21"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.3",
"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": "^2.0.6",
"typings": "^1.5.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.1",
"systemjs-builder": "^0.15.19",
"merge2": "^1.0.2"
}
}