summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/epoch/composer.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:26:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:26:01 +0000
commitef03469fec14f1f0358b690934fc173d744f4e7d (patch)
tree8be439d7b2f1d7c8283b745919b9e66481a950e7 /debian/missing-sources/epoch/composer.json
parentAdding upstream version 5.6.0. (diff)
downloadknot-resolver-ef03469fec14f1f0358b690934fc173d744f4e7d.tar.xz
knot-resolver-ef03469fec14f1f0358b690934fc173d744f4e7d.zip
Adding debian version 5.6.0-1.debian/5.6.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/missing-sources/epoch/composer.json')
-rw-r--r--debian/missing-sources/epoch/composer.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/missing-sources/epoch/composer.json b/debian/missing-sources/epoch/composer.json
new file mode 100644
index 0000000..184efe0
--- /dev/null
+++ b/debian/missing-sources/epoch/composer.json
@@ -0,0 +1,22 @@
+{
+ "name": "epochjs/epoch",
+ "description": "A general purpose, real-time visualization library.",
+ "keywords": [
+ "epoch",
+ "d3",
+ "chart",
+ "graph",
+ "plot",
+ "real-time"
+ ],
+ "homepage": "https://github.com/epochjs/epoch",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Ryan Sandor Richards"
+ }
+ ],
+ "require": {
+ "mbostock/d3": "@stable"
+ }
+}