This repository was archived by the owner on Sep 6, 2023. It is now read-only.
forked from grumar/adal-angular5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 KB
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": "adal-angular6",
"version": "1.0.68",
"description": "Warning: Deprecated, Please use https://github.com/benbaran/adal-angular4",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/gulp/bin/gulp.js package"
},
"repository": {
"type": "git",
"url": "git+git@github.com:aemonge/adal-angular6.git"
},
"keywords": [
"adal",
"angular6"
],
"author": "Ben Baran",
"license": "MIT",
"bugs": {
"url": "https://github.com/aemonge/adal-angular6/issues"
},
"homepage": "https://github.com/aemonge/adal-angular6#readme",
"dependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"adal-angular": "=1.0.16",
"grunt": "^1.0.2",
"rxjs": "^6.1.0",
"rxjs-compat": "^6.1.0",
"rxjs-tslint": "^0.1.4",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "^6.0.0",
"@types/jasmine": "~2.8.6",
"codelyzer": "^3.1.2",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-typescript": "^3.1.6",
"jshint": "^2.9.4",
"merge2": "^1.0.3",
"tslint": "^5.7.0",
"typescript": "^2.7.2"
}
}