forked from fxmontigny/quill-image-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 893 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
33
34
35
36
{
"name": "quill-image-upload",
"version": "0.1.3",
"description": "A module for Quill rich text editor to upload images to be selected from toolbar editor.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "sh ./bin/release.sh",
"release::ubuntu": "./bin/release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fxmontigny/quill-image-upload.git"
},
"keywords": [
"quill",
"quilljs",
"image",
"upload"
],
"author": "@fxmontigny",
"license": "MIT",
"bugs": {
"url": "https://github.com/fxmontigny/quill-image-upload/issues"
},
"homepage": "https://github.com/fxmontigny/quill-image-upload#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"uglify-js": "^2.8.13"
},
"dependencies": {
"quill": "^1.2.2"
}
}