Sha256: 69bec12149fb9f2c032e44f639620bc655264234d1f1343ee6cf68a4316b06d8

Contents?: true

Size: 366 Bytes

Versions: 1

Compression:

Stored size: 366 Bytes

Contents

// 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");
});

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mdarray-sol-0.1.0-java node_modules/dc/node_modules/d3/package.js