UNPKG

quill-table-module

Version:

Table functionality in QuillJS using Containers.

43 lines (42 loc) 1.24 kB
{ "name": "quill-table-module", "version": "1.0.1", "description": "Table functionality in QuillJS using Containers.", "main": "dist/quill-table.js", "scripts": { "build": "webpack && webpack --config=demo.config.js", "watch": "webpack --config=demo.config.js --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/paweldyminski/quill-table.git" }, "keywords": [ "Quill", "Table" ], "author": "MrMadClown", "license": "ISC", "bugs": { "url": "https://github.com/paweldyminski/quill-table/issues" }, "homepage": "https://github.com/paweldyminski/quill-table#readme", "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "css-loader": "^0.28.7", "quill": "^1.3.3", "quill-delta": "^3.6.2", "style-loader": "^0.19.0", "uglifyjs-webpack-plugin": "^0.4.3", "webpack": "^3.8.1" }, "dependencies": { "babel-plugin-add-module-exports": "^0.2.1", "babel-runtime": "^6.26.0" } }