15 lines
479 B
JSON
15 lines
479 B
JSON
{
|
|
"name": "tusd-infra",
|
|
"version": "0.0.1",
|
|
"description": "This folder is charge of launching master.tus.io via [Frey](https://github.com/kvz/frey). You could re-use bits of this, but you could also run tusd any other way you want. It's not a requirement for running a tusd server.",
|
|
"dependencies": {
|
|
"frey": "0.3.31"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|