summaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
Diffstat (limited to 'control')
-rw-r--r--control35
1 files changed, 35 insertions, 0 deletions
diff --git a/control b/control
new file mode 100644
index 0000000..f7a010f
--- /dev/null
+++ b/control
@@ -0,0 +1,35 @@
+Source: node-d3-force
+Section: javascript
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
+Uploaders: Pirate Praveen <praveen@debian.org>
+Build-Depends:
+ debhelper (>= 11)
+ , nodejs
+ , pkg-js-tools
+ , rollup
+ , terser
+ , node-d3-timer (>= 1)
+ , node-d3-quadtree (>= 1)
+ , node-d3-collection (>= 1)
+ , node-d3-dispatch (>= 1)
+Standards-Version: 4.4.0
+Homepage: https://d3js.org/d3-force/
+Vcs-Git: https://salsa.debian.org/js-team/node-d3-force.git
+Vcs-Browser: https://salsa.debian.org/js-team/node-d3-force
+Testsuite: autopkgtest-pkg-nodejs
+
+Package: node-d3-force
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+ , node-d3-timer (>= 1)
+ , node-d3-quadtree (>= 1)
+ , node-d3-collection (>= 1)
+ , node-d3-dispatch (>= 1)
+Description: Force-directed graph layout using velocity Verlet integration
+ This module implements a velocity Verlet numerical integrator for simulating
+ physical forces on particles.
+ .
+ Node.js is an event-based server-side JavaScript engine.