UNPKG

@contentarchitect/quote

Version:

Blockquote block for ContentArchitect editor

34 lines (33 loc) 814 B
{ "name": "@contentarchitect/quote", "version": "0.0.2", "description": "Blockquote block for ContentArchitect editor", "main": "dist/quote.js", "jsdelivr": "dist/quote.min.js", "browser": "dist/quote.min.js", "scripts": { "build": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/contentarchitect/quote.git" }, "keywords": [ "blockquote", "quote", "cite" ], "author": "Cihad Paksoy <cihadp@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/contentarchitect/quote/issues" }, "homepage": "https://github.com/contentarchitect/quote#readme", "devDependencies": { "rollup-plugin-vue": "^5", "rollup-plugin-vue-inline-svg": "^1.1.1" }, "dependencies": { "rollup-plugin-terser": "^7.0.1" } }