Current section

Files

Jump to
Raw

package.json

{
"name": "phoenix_live_view_drop_zone",
"version": "0.1.0",
"description": "A file dropzone compatible with Phoenix LiveView's hooks.",
"main": "priv/static/dist.js",
"dependencies": {},
"devDependencies": {
"elm": "^0.19.1-3",
"elm-format": "^0.8.3",
"node-elm-compiler": "^5.0.5",
"parcel": "^1.12.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jon Rowe",
"license": "MIT",
"repository": "https://github.com/JonRowe/phoenix-liveview-dropzone"
}