Source: node-prosemirror-tables
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 14)
 , dh-sequence-single-binary
 , dh-sequence-nodejs
 , node-prosemirror-buildhelper
 , node-prosemirror-keymap
 , node-prosemirror-model
 , node-prosemirror-state
 , node-prosemirror-transform
 , node-prosemirror-view
Standards-Version: 4.7.4
Homepage: https://github.com/ProseMirror/prosemirror-tables
Vcs-Git: https://salsa.debian.org/js-team/node-prosemirror-tables.git
Vcs-Browser: https://salsa.debian.org/js-team/node-prosemirror-tables

Package: node-prosemirror-tables
Architecture: all
Depends:
 node-prosemirror-keymap
 , node-prosemirror-model
 , node-prosemirror-state
 , node-prosemirror-transform
 , node-prosemirror-view
Description: table support for the ProseMirror editor
 This module provides a plugin that, when added to an editor, enables
 cell selection, handles cell-based copy/paste, and makes sure tables
 stay well-formed (each row has the same width, and cells don't
 overlap).
 .
 Node.js is an event-based server-side JavaScript engine.
