forked from Leo1305Pineda/ion-media-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "ion-media-cache",
"version": "0.1.8",
"repository": {
"type": "git",
"url": "https://github.com/Leo1305Pineda/ion-media-cache.git"
},
"author": {
"name": "Leonardo Pineda",
"email": "leo1305pineda@gmail.com"
},
"license": "MIT",
"keywords": [
"ionic",
"media",
"cache",
"image",
"file",
"cordova-plugin-file",
"filesystem",
"fs-web"
],
"scripts": {
"ng": "ng",
"serve": "ng serve -o",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build:lib": "ng build ion-media-cache --prod",
"publish:lib": "npm run build:lib && cd dist/ion-media-cache && npm publish"
},
"private": false,
"peerDependencies": {
"@angular/common": "^11.2.1",
"@angular/core": "^11.2.1"
},
"dependencies": {
"@ionic-native/file": "^5.36.0",
"@ionic-native/ionic-webview": "^5.36.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-ionic-webview": "^5.0.0",
"fs-web": "^1.0.1",
"tslib": "^2.1.0"
}
}