summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/epoch/composer.json
diff options
context:
space:
mode:
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"
+ }
+}