forked from benbaran/adal-angular4
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
48 lines (48 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
{
"name": "adal-angular5",
"version": "1.0.36",
"description": "ADAL wrapper for Angular5.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grumar/adal-angular5.git"
},
"keywords": [
"adal",
"angular4"
],
"author": "Ben Baran",
"license": "MIT",
"bugs": {
"url": "https://github.com/grumar/adal-angular5/issues"
},
"homepage": "https://github.com/grumar/adal-angular5#readme",
"dependencies": {
"@angular/common": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"adal-angular": "=1.0.16",
"rxjs": "^5.5.2",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/compiler": "^5.0.0",
"@types/jasmine": "^2.5.53",
"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.4.2"
}
}