-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.17 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
{
"name": "@corsearch/azure-adal-angular2",
"version": "3.0.1",
"description": "Azure Active Directory OAuth2 service for Angular 2",
"author": "Alexandre Azevedo <[email protected]>",
"keywords": [
"angular2",
"ng2",
"adal",
"azure",
"ad",
"angular2-adal",
"ng2-adal",
"adal-angular2",
"adal-ng2"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alexndreazevedo/azure-adal-angular2"
},
"main": "./dist/index.ts",
"typings": "./dist/index.ts",
"scripts": {
"rimraf": "./node_modules/.bin/rimraf",
"prepublish": "npm run rimraf dist && npm run tsc",
"tsc": "./node_modules/.bin/tsc"
},
"engines": {
"node": ">=5.0.0"
},
"dependencies": {
"@angular/common": "~4.1.2",
"@angular/core": "~4.1.2",
"@angular/http": "~4.1.2",
"@angular/platform-browser": "~4.1.2",
"core-js": "^2.4.1",
"rxjs": "5.0.2",
"zone.js": "~0.8.5",
"expose-loader": "^0.7.3",
"@types/adal": "^1.0.25",
"adal-angular": "^1.0.13"
},
"devDependencies": {
"rimraf": "^2.5.4",
"ts-node": "^3.0.2",
"tslint": "~4.5.1",
"typescript": "~2.2.2"
}
}