-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "angular-token",
"version": "7.1.0-rc.0",
"repository": "https://github.com/neroniaky/angular-token.git",
"author": {
"name": "Jan-Philipp Riethmacher",
"email": "neroniaky@gmail.com",
"url": "https://github.com/neroniaky"
},
"contributors": [
{
"name": "Arjen Brandenburgh",
"email": "mail@arjenbrandenburgh.nl",
"url": "https://github.com/arjenbrandenburgh"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/neroniaky/angular-token/issues"
},
"homepage": "https://github.com/neroniaky/angular-token#readme",
"keywords": [
"angular",
"devise token auth",
"token authentication"
],
"peerDependencies": {
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0"
},
"main": "bundles/angular-token.umd.js",
"module": "fesm5/angular-token.js",
"es2015": "fesm2015/angular-token.js",
"esm5": "esm5/angular-token.js",
"esm2015": "esm2015/angular-token.js",
"fesm5": "fesm5/angular-token.js",
"fesm2015": "fesm2015/angular-token.js",
"typings": "angular-token.d.ts",
"metadata": "angular-token.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}