UNPKG

trix-embed

Version:

Take control over what external links and embedded media is permitted in the Trix editor via copy/paste

36 lines (35 loc) 903 B
{ "author": "Nate Hopkins (hopsoft) <natehop@gmail.com>", "name": "trix-embed", "version": "0.0.5", "repository": "https://github.com/hopsoft/trix_embed", "description": "Take control over what external links and embedded media is permitted in the Trix editor via copy/paste", "keywords": [ "actiontext", "stimulus", "trix", "trix-editor", "wysiwyg" ], "main": "app/assets/builds/trix-embed.js", "files": [ "app/assets/builds/*" ], "license": "MIT", "dependencies": {}, "peerDependencies": { "@hotwired/stimulus": ">= 3.2", "trix": ">= 2.0" }, "devDependencies": { "chalk": "^5.3.0", "esbuild": "^0.19.0", "javascript-obfuscator": "^4.0.2", "prettier": "^3.0.0" }, "scripts": { "build": "bin/standardize && rake build && node bin/build.mjs", "build:js": "node bin/build.mjs", "build:ruby": "rake build" } }