forked from benbaran/adal-angular4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.33 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
{
"name": "adal-angular4",
"version": "2.0.16",
"description": "Angular 4+ ADAL Wrapper",
"main": "index.js",
"scripts": {
"compile": "node_modules/.bin/ngc -p tsconfig-aot.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benbaran/adal-angular4.git"
},
"keywords": [
"ADAL",
"Angular"
],
"author": "Ben Baran",
"license": "MIT",
"bugs": {
"url": "https://github.com/benbaran/adal-angular4/issues"
},
"homepage": "https://github.com/benbaran/adal-angular4#readme",
"peerDependencies": {
"@angular/common": "^5.2.5",
"@angular/core": "^5.2.5",
"@angular/platform-browser": "^5.2.5",
"@angular/router": "^5.2.5",
"rxjs": "^5.5.6",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/common": "^5.2.5",
"@angular/compiler": "^5.2.5",
"@angular/compiler-cli": "^5.2.5",
"@angular/core": "^5.2.5",
"@angular/platform-browser": "^5.2.5",
"@angular/router": "^5.2.5",
"@types/jasmine": "^2.5.53",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-bump": "^3.1.0",
"gulp-replace": "^0.6.1",
"gulp-watch": "^5.0.0",
"rollup": "^0.56.0",
"rxjs": "^5.5.6",
"typescript": "^2.7.2",
"uglify-js": "^3.3.10",
"zone.js": "^0.8.20"
},
"dependencies": {
"adal-angular": "=1.0.15",
"npm": "^5.7.1"
}
}