-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 925 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
{
"name": "cap-image-cache-main",
"version": "1.0.5",
"description": "Easy way to cache images with angular + capacitor",
"keywords": [
"angular",
"capacitor",
"capacitorjs",
"ionic",
"cache",
"images"
],
"author": "Ibrahim F <[email protected]>",
"homepage": "https://github.com/brhoomjs/cap-image-cache",
"repository": {
"type": "git",
"url": "git+https://github.com/brhoomjs/cap-image-cache.git"
},
"bugs": {
"url": "https://github.com/brhoomjs/cap-image-cache/issues"
},
"scripts": {
"ng": "ng",
"build": "ng build"
},
"private": false,
"dependencies": {
"@angular/core": ">=13.0.0",
"@capacitor/core": ">=3.3.2",
"@capacitor/filesystem": ">=1.0.6",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.0.4",
"ng-packagr": "^13.0.0",
"typescript": "~4.4.3"
},
"license": "MIT"
}