-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
44 lines (44 loc) · 912 Bytes
/
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
{
"name": "@ebondu/angular2-keycloak",
"private": false,
"version": "0.7.0",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
"prepublish": "tsc",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/ebondu/angular2-keycloak.git"
},
"author": {
"name": "ebondu"
},
"keywords": [
"angular",
"angular2",
"Keycloak",
"typescript"
],
"license": "Apache2",
"bugs": {
"url": "https://github.com/ebondu/angular2-keycloak.git/issues"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"dependencies": {
"@angular/core": "2.4.10",
"@angular/http": "2.4.10",
"@angular/platform-browser": "2.4.10"
},
"devDependencies": {
"rxjs": "5.1.0",
"tslint": "4.4.1",
"typescript": "2.0.2",
"zone.js": "0.7.2"
},
"engines": {
"node": ">= 5.4.1 < 7"
}
}