grapesjs-blocks-basic
Version:
Basic blocks for the GrapesJS editor
30 lines (29 loc) • 583 B
JSON
{
"name": "grapesjs-blocks-basic",
"version": "1.0.2",
"description": "Basic blocks for the GrapesJS editor",
"main": "dist/index.js",
"files": [
"dist/"
],
"scripts": {
"build": "grapesjs-cli build",
"start": "grapesjs-cli serve"
},
"repository": {
"type": "git",
"url": "https://github.com/GrapesJS/blocks-basic.git"
},
"keywords": [
"grapesjs",
"plugin",
"blocks",
"basic"
],
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"devDependencies": {
"grapesjs": "^0.21.2",
"grapesjs-cli": "^4.1.1"
}
}