cordova-plugin-background-upload-improved
Version:
Cordova plugin for uploading file in the background
20 lines (19 loc) • 437 B
JSON
{
"name": "test-server",
"version": "1.0.0",
"description": "test server for cordova-plugin-background-upload",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "forever start app.js"
},
"author": "Spoon Consulting Ltd",
"license": "CC-BY-NC-SA-3.0",
"dependencies": {
"busboy": "^0.3.1",
"express": "^4.14.0"
},
"engines": {
"node": "10.9.0"
}
}