mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"private": true,
|
|
"name": "uppy-digitalocean-spaces-example",
|
|
"scripts": {
|
|
"start": "node ./server.js"
|
|
},
|
|
"dependencies": {
|
|
"aliasify": "^2.1.0",
|
|
"babel-core": "^6.26.3",
|
|
"babelify": "^8.0.0",
|
|
"body-parser": "^1.18.3",
|
|
"budo": "^11.6.1",
|
|
"cors": "^2.8.5",
|
|
"router": "^1.3.3"
|
|
}
|
|
}
|