forked from manfredsteyer/angular-oauth2-oidc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.21 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
{
"name": "angular-oauth2-oidc",
"version": "1.0.20",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
"prepublish": "ngc",
"tsc": "tsc",
"ngc": "ngc"
},
"repository": {
"type": "git",
"url": "https://github.com/manfredsteyer/angular-oauth2-oidc"
},
"author": {
"name": "ManfredSteyer",
"email": "[email protected]"
},
"keywords": [
"angular",
"angular2"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/manfredsteyer/angular-oauth2-oidc/issues"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"base64-js": "^1.2.0",
"js-base64": "^2.1.9",
"sha256": "^0.2.0"
},
"devDependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.4.1",
"@angular/compiler-cli": "^2.4.1",
"@angular/core": "^2.0.0",
"@angular/http": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@angular/platform-server": "^2.4.1",
"@types/jasmine": "^2.5.40",
"@types/node": "^6.0.57",
"codelyzer": "^0.0.28",
"rxjs": "^5.0.1",
"tslint": "^3.15.1",
"typescript": "2.0.2",
"zone.js": "0.7.2"
},
"engines": {
"node": ">=0.8.0"
}
}