mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
N°5621 Move C3 0.4.11 to NPM
This commit is contained in:
13
node_modules/d3/package.js
generated
vendored
Normal file
13
node_modules/d3/package.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// Package metadata for Meteor.js.
|
||||
|
||||
Package.describe({
|
||||
name: "d3js:d3", // http://atmospherejs.com/d3js/d3
|
||||
summary: "D3 (official): A JavaScript visualization library for HTML and SVG.",
|
||||
version: "3.5.17",
|
||||
git: "https://github.com/mbostock/d3.git"
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
api.versionsFrom(["METEOR@1.0"]);
|
||||
api.addFiles("d3.js", "client");
|
||||
});
|
||||
Reference in New Issue
Block a user