mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
24 lines
603 B
JSON
24 lines
603 B
JSON
{
|
|
"private": true,
|
|
"name": "uppy-with-server-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"server": "node ./server/index.js",
|
|
"client": "light-server -p 3000 -s client",
|
|
"start": "npm run server & npm run client"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.18.2",
|
|
"express": "^4.16.2",
|
|
"express-session": "^1.15.6",
|
|
"light-server": "^2.4.0",
|
|
"upload-server": "^1.1.6",
|
|
"uppy": "^0.22.2",
|
|
"uppy-server": "^0.12.1"
|
|
}
|
|
}
|