summaryrefslogtreecommitdiffstats
path: root/third_party/js/d3/moz.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/js/d3/moz.yaml')
-rw-r--r--third_party/js/d3/moz.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/third_party/js/d3/moz.yaml b/third_party/js/d3/moz.yaml
new file mode 100644
index 0000000000..194e512c91
--- /dev/null
+++ b/third_party/js/d3/moz.yaml
@@ -0,0 +1,38 @@
+# Version of this schema
+schema: 1
+
+bugzilla:
+ # Bugzilla product and component for this directory and subdirectories
+ product: Toolkit
+ component: General
+
+# Document the source of externally hosted code
+origin:
+
+ # Short name of the package/library
+ name: D3.js
+
+ description: JavaScript library for visualizing data using web standards
+
+ # Full URL for the package's homepage/etc
+ # Usually different from repository url
+ url: https://d3js.org/
+
+ # Human-readable identifier for this version/release
+ # Generally "version NNN", "tag SSS", "bookmark SSS"
+ release: version 3.4.2
+
+ # Revision to pull in
+ # Must be a long or short commit SHA (long preferred)
+ revision: 04fa5dd3856de768b43b4aac9e34c112f1227a17
+
+ # The package's license, where possible using the mnemonic from
+ # https://spdx.org/licenses/
+ # Multiple licenses can be specified (as a YAML list)
+ # A "LICENSE" file must exist containing the full license text
+ license: BSD-3-Clause
+
+ # If the package's license is specified in a particular file,
+ # this is the name of the file.
+ # optional
+ license-file: LICENSE