mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 17:58:05 +00:00
14 lines
337 B
JSON
14 lines
337 B
JSON
{
|
|
"name": "@uppy-example/transloadit-textarea",
|
|
"dependencies": {
|
|
"@uppy/robodog": "file:../../packages/@uppy/robodog",
|
|
"browserify": "^16.5.2",
|
|
"drag-drop": "^4.2.0",
|
|
"ecstatic": "^4.1.4",
|
|
"marked": "^0.7.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "browserify main.js -o bundle.js && ecstatic"
|
|
}
|
|
}
|