Skip to main content

package.json

{
  "name": "athanor",
  "version": "0.1.0-beta.5",
  "description": "Phoenix LiveView page builder — JS hooks for editor drag-and-drop.",
  "license": "MIT",
  "private": true,
  "type": "module",
  "main": "./assets/js/athanor.js",
  "module": "./assets/js/athanor.js",
  "exports": {
    ".": "./assets/js/athanor.js"
  },
  "files": [
    "assets/js/athanor.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Arsenalist/athanor"
  }
}