mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
20 lines
531 B
JSON
20 lines
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"
|
|
}
|
|
}
|