uppy/examples/aws-uppy-server/package.json
2017-12-04 15:35:49 +01:00

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