uppy/examples/digitalocean-spaces/package.json
2018-08-13 12:39:59 +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.3.2",
"cors": "^2.8.4",
"router": "^1.3.3"
}
}