Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Add more metadata to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Sep 15, 2011
1 parent aa75f0d commit 07f651f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
@@ -1,6 +1,11 @@
{ {
"name": "cube", "name": "cube",
"version": "0.0.1", "version": "0.0.1",
"description": "A system for time series visualization using MongoDB, Node and D3.",
"keywords": ["time series", "visualization"],
"homepage": "http://square.github.com/cube/",
"author": {"name": "Mike Bostock", "url": "http://bost.ocks.org/mike"},
"repository": {"type": "git", "url": "http://github.com/square/cube.git"},
"main": "./lib/cube", "main": "./lib/cube",
"dependencies": { "dependencies": {
"d3": "2.1.3", "d3": "2.1.3",
Expand Down

0 comments on commit 07f651f

Please sign in to comment.