diff -r efd9c589177a -r c0b4a8b5a012 toolkit/javascript/d3/package.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolkit/javascript/d3/package.json Thu Apr 10 14:20:23 2014 +0200 @@ -0,0 +1,28 @@ +{ + "name": "d3", + "version": "2.5.0", + "description": "A small, free JavaScript library for manipulating documents based on data.", + "keywords": [ + "dom", + "w3c", + "visualization", + "svg", + "animation", + "canvas" + ], + "homepage": "http://mbostock.github.com/d3/", + "author": { + "name": "Mike Bostock", + "url": "http://bost.ocks.org/mike" + }, + "repository": { + "type": "git", + "url": "http://github.com/mbostock/d3.git" + }, + "main": "d3.js", + "dependencies": { + "uglify-js": "1.1.1", + "jsdom": "0.2.8", + "vows": "0.5.11" + } +}