-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.24 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@spoonconsulting/cordova-plugin-background-upload",
"version": "4.0.4",
"description": "Cordova plugin for uploading file in the background",
"cordova": {
"id": "@spoonconsulting/cordova-plugin-background-upload",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/spoonconsulting/cordova-plugin-background-upload"
},
"keywords": [
"cordova",
"background",
"file",
"upload",
"workmanager",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"scripts": {
"lint": "npx standard tests/tests.js && npx standard www/FileTransferManager.js",
"cordova-paramedic": "cordova-paramedic",
"test:android": "cordova-paramedic --platform [email protected] --plugin . --cleanUpAfterRun",
"test:ios": "cordova-paramedic --platform ios --plugin . --cleanUpAfterRun"
},
"dependencies": {},
"author": "Mevin Dhunnooa & Spoon Consulting Ltd",
"contributors": [
{
"name": "Luc Boissaye",
"email": "[email protected]",
"url": "https://github.com/ombr",
"hireable": true
},
{
"name": "Lucas Malandrino",
"url": "https://github.com/icanwalkonwater",
"hireable": true
},
{
"name": "Azhar Beebeejaun",
"email": "[email protected]",
"url": "https://github.com/azharbeebeejaun",
"hireable": true
},
{
"name": "Dinitri Ragoo ",
"email": "[email protected]",
"url": "https://github.com/dinitri-ragoo",
"hireable": true
},
{
"name": "Nick ANDRIANAHARIMALALA",
"email": "[email protected]",
"url": "https://github.com/sc-nick",
"hireable": true
},
{
"name": "Zafir Sk Heerah",
"email": "[email protected]",
"url": "https://github.com/zafirskthelifehacker",
"hireable": true
}
],
"license": "Apache-2.0",
"engines": {
"node": "14.x",
"npm": "6.x",
"cordova": ">=8.0.0"
},
"standard": {
"env": [
"mocha",
"commonjs",
"jasmine"
]
},
"devDependencies": {
"cordova-paramedic": "git+https://github.com/apache/cordova-paramedic.git",
"standard": "^14.0.2"
}
}