uppy
Version:
Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:
21 lines (20 loc) • 531 B
JSON
{
"private": true,
"name": "uppy-server-aws-example",
"scripts": {
"copy": "cp ../../dist/uppy.min.css .",
"start:client": "budo main.js:bundle.js -- -t babelify -g aliasify",
"start:server": "node server.js",
"start": "npm-run-all --serial copy --parallel start:*"
},
"aliasify": "./aliasify.js",
"dependencies": {
"aliasify": "^2.1.0",
"babelify": "^7.3.0",
"body-parser": "^1.18.2",
"budo": "^10.0.4",
"cors": "^2.8.4",
"express": "^4.16.2",
"npm-run-all": "^4.1.2"
}
}