mirror of
https://github.com/tomasvarg/testground-web-devel.git
synced 2026-03-01 08:28:49 +00:00
16 lines
378 B
JSON
16 lines
378 B
JSON
{
|
|
"name": "download-file-request",
|
|
"version": "1.0.0",
|
|
"description": "Offers download response for 'file' field post request",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"serve": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": " <tomas.varga.cz@gmail.com>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {}
|
|
}
|