Files
エリス ea31d29acc dep(server)!: bump forever@4.0.3, iconv@3.0.1, busboy@1.6.0 & rebuilt package-lock (#370)
* dep(server): bump forever@4.0.3, iconv@3.0.1, & rebuilt package-lock w/ v2 lock
* dep(server)!: bump busboy@1.6.0
* refactor(server): apply additional changes to match busboy docs
2023-09-05 12:02:48 +09:00

24 lines
522 B
JSON

{
"name": "cordova-file-transfer-server",
"version": "1.0.0",
"description": "Mock Server for Cordova Plugin File Transfer Tests",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mock",
"file-transfer",
"testing",
"server"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"dependencies": {
"busboy": "^1.6.0",
"forever": "^4.0.3",
"iconv": "^3.0.1",
"json-stringify-safe": "^5.0.1"
}
}