uppy/examples/digitalocean-spaces/package.json
2019-04-01 11:20:57 +02:00

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"
}
}