-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 886 Bytes
/
package.json
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
28
29
30
31
32
{
"name": "@bago2k4/medium-editor-media-picker",
"version": "1.0.0",
"description": "An extension for yabwe/medium-editor used to inline rich media content in the editor node.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bago2k4/medium-editor-media-picker.git"
},
"keywords": [
"medium-editor",
"yabwe/medium-editor",
"ME",
"MediumEditor",
"MediaPicker",
"media-picker",
"inline-media-picker"
],
"author": "Iacopo Carraro",
"license": "MIT",
"bugs": {
"url": "https://github.com/bago2k4/medium-editor-media-picker/issues"
},
"homepage": "https://github.com/bago2k4/medium-editor-media-picker#readme",
"dependencies": {
"@rangy/selectionsaverestore": "^2.1.0",
"medium-editor": "^5.23.3"
}
}