-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "qm-quill-tables-module",
"version": "3.0.2",
"description": "Forked from https://github.com/kensnyder/quill-image-resize-module. Fork adapted for quill 2.0.",
"main": "table-buttons.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "webpack -p --progress --colors",
"dev": "webpack --progress --colors --watch",
"lint": "eslint --ext js,es6 src",
"fixlint": "eslint --fix --ext js,es6 src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qmagico/qm-quill-tables.git"
},
"keywords": [
"quill",
"quilljs",
"image",
"resize",
"sizer"
],
"author": "@qmagico",
"contributors": [
],
"license": "MIT",
"bugs": {
"url": "https://github.com/qmagico/qm-quill-tables/issues"
},
"homepage": "https://github.com/qmagico/qm-quill-tables#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"eslint": "^4.18.2",
"webpack": "^2.7.0",
"webpack-cli": "^3.3.0"
},
"dependencies": {
"lodash": "^4.17.4",
"quill": "^2.0.0",
"quill-delta": "^3.6.2",
"raw-loader": "^0.5.1"
}
}