uppy/examples/aws-presigned-url/package.json
2019-04-01 11:20:57 +02:00

14 lines
295 B
JSON

{
"private": true,
"name": "uppy-aws-presigned-url-example",
"scripts": {
"start": "node ./serve.js"
},
"devDependencies": {
"aliasify": "^2.1.0",
"babel-core": "^6.26.3",
"babelify": "^8.0.0",
"browserify": "^16.2.3",
"fs-write-stream-atomic": "^1.0.10"
}
}