-
Notifications
You must be signed in to change notification settings - Fork 104
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "adal-angular4",
"version": "4.0.13",
"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": {},
"devDependencies": {
"@angular/common": "~7.1.3",
"@angular/compiler": "~7.1.3",
"@angular/compiler-cli": "~7.1.3",
"@angular/core": "~7.1.3",
"@angular/platform-browser": "~7.1.3",
"@angular/router": "~7.1.3",
"@types/jasmine": "~3.3.2",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-bump": "^3.1.1",
"gulp-replace": "^1.0.0",
"gulp-watch": "^5.0.0",
"npm": "^6.4.0",
"rollup": "~0.68.0",
"rxjs": "~6.3.3",
"typescript": "^3.1.1",
"uglify-js": "~3.4.8",
"zone.js": "~0.8.26"
},
"dependencies": {
"adal-angular": "^1.0.17"
}
}