forked from spoonconsulting/cordova-plugin-background-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 957 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
45
46
{
"name": "cordova-plugin-background-upload",
"version": "1.0.12",
"description": "Cordova plugin for uploading file in the background",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-background-upload",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/spoonconsulting/cordova-plugin-background-upload"
},
"keywords": [
"cordova",
"background",
"file",
"upload",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"scripts": {},
"dependencies": {},
"author": "Mevin Dhunnooa",
"contributors": [
{
"name": "Luc Boissaye",
"email": "luc@boissaye.fr",
"url": "https://github.com/ombr",
"hireable": true
}
],
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova": ">100"
}
}
},
"devDependencies": {}
}