UNPKG

grapesjs-tabs

Version:

Simple tabs component plugin for GrapesJS

27 lines (26 loc) 559 B
{ "name": "grapesjs-tabs", "version": "1.0.6", "description": "Simple tabs component plugin for GrapesJS", "main": "dist/grapesjs-tabs.min.js", "scripts": { "lint": "eslint src", "build": "grapesjs-cli build", "start": "grapesjs-cli serve" }, "repository": { "type": "git", "url": "https://github.com/artf/grapesjs-tabs.git" }, "keywords": [ "grapesjs", "plugin", "tabs", "wysiwyg" ], "author": "Artur Arseniev", "license": "BSD-3-Clause", "devDependencies": { "grapesjs-cli": "^1.0.14" } }