forked from phenomnomnominal/angular-2-local-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "@time-loop/angular-2-local-storage",
"version": "4.0.0",
"description": "LocalStorageService for Angular 2 with mostly the same API (and most of the code) from angular-local-storage",
"author": "Craig Spence <[email protected]>",
"keywords": ["local storage", "angular 10"],
"scripts": {
"build": "ng-packagr"
},
"contributors": [
{
"name": "Elwyn Benson",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/phenomnomnominal/angular-2-local-storage.git"
},
"bugs": {
"url": "https://github.com/phenomnomnominal/angular-2-local-storage/issues",
"email": "[email protected]"
},
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/platform-browser": ">=15.0.0",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@angular/common": "15.2.9",
"@angular/compiler": "15.2.9",
"@angular/compiler-cli": "15.2.9",
"@angular/core": "15.2.9",
"@angular/platform-browser": "15.2.9",
"@angular/platform-server": "15.2.9",
"ng-packagr": "^15.2.2",
"rxjs": "6.6.0",
"typescript": "4.9.5",
"zone.js": "0.11.8"
}
}