Source: node-prosemirror-model
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@debian.org>
Build-Depends:
 debhelper (>= 10)
 , nodejs (>= 6)
 , pkg-js-tools (>= 0.9~)
 , rollup
 , node-rollup-plugin-buble
Standards-Version: 4.4.1
Homepage: https://github.com/prosemirror/prosemirror-model#readme
Vcs-Git: https://salsa.debian.org/js-team/node-prosemirror-model.git
Vcs-Browser: https://salsa.debian.org/js-team/node-prosemirror-model
Testsuite: autopkgtest-pkg-nodejs

Package: node-prosemirror-model
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
Description: ProseMirror's document model
 This is a core module of ProseMirror. ProseMirror is a well-behaved rich
 semantic content editor based on contentEditable, with support for
 collaborative editing and custom document schemas.
 .
 This module implements ProseMirror's document model, along with the mechanisms
 needed to support schemas.
 .
 Node.js is an event-based server-side JavaScript engine.
