Packages
phoenix_notif
0.1.0
A drop-in replacement for notification system in Phoenix.
Retired package: Deprecated - Please use shino
Current section
Files
Jump to
Current section
Files
phoenix_notif
package.json
package.json
{
"name": "phoenix_notif",
"version": "0.1.0",
"license": "MIT",
"private": true,
"module": "./priv/static/phoenix_notif.esm.js",
"main": "./priv/static/phoenix_notif.cjs.js",
"exports": {
"import": "./priv/static/phoenix_notif.esm.js",
"require": "./priv/static/phoenix_notif.cjs.js"
},
"repository": {
"type": "git",
"url": "git://github.com/cozy-elixir/phoenix_notif.git"
},
"files": [
"README.md",
"package.json",
"priv/static/*",
"assets/phoenix_notif/*"
]
}