forked from smiled0g/medium-editor-multi-placeholders-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 616 Bytes
/
Copy pathbower.json
File metadata and controls
26 lines (26 loc) · 616 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
{
"name": "medium-editor-multi-placeholders-plugin",
"version": "1.0.0",
"homepage": "https://github.com/smiled0g/medium-editor-multi-placeholders-plugin",
"authors": [
"Kasi Chonpimai <mnm630848@gmail.com>"
],
"description": "A plugin for adding multiple placeholders in MediumEditor",
"main": "dist/medium-editor-multi-placeholders-plugin.js",
"keywords": [
"MediumEditor",
"Multiple",
"Placeholders"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"medium-editor": "^4.0.0"
}
}