bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.8k stars 1.08k forks source link

Complete package.json to be usable by repository #215

Closed SISheogorath closed 5 years ago

SISheogorath commented 5 years ago

In order to use the repository directly as dependency yarn as well as npm require some details.

This patch adds the needed dependencies and meta information to allow usage by repository reference.

Fixes #214