forked from Ju99ernaut/grapesjs-rte-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 719 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "grapesjs-rte-extensions",
"version": "1.0.7",
"description": "Grapesjs built-in rte extension",
"main": "dist/grapesjs-rte-extensions.min.js",
"repository": {
"type": "git",
"url": "https://github.com/Ju99ernaut/grapesjs-rte-extensions.git"
},
"scripts": {
"start": "grapesjs-cli serve",
"build": "grapesjs-cli build",
"build:css": "node-sass src/styles.scss dist/grapesjs-rte-extensions.min.css --output-style compressed",
"bump": "npm version patch -m 'Bump v%s'"
},
"keywords": [
"grapesjs",
"plugin",
"rte"
],
"devDependencies": {
"grapesjs-cli": "^1.0.12",
"node-sass": "^4.14.1"
},
"author": "Brendon Ngirazi",
"license": "MIT"
}