Sha256: a0d0da30a04c9b32b798a5225937e570bfef74fcd48d819f50032cb5a977dcd9
Contents?: true
Size: 1016 Bytes
Versions: 4
Compression:
Stored size: 1016 Bytes
Contents
{ "name": "d3", "version": "3.2.6", "description": "A small, free JavaScript library for manipulating documents based on data.", "keywords": [ "dom", "w3c", "visualization", "svg", "animation", "canvas" ], "homepage": "http://d3js.org", "author": { "name": "Mike Bostock", "url": "http://bost.ocks.org/mike" }, "contributors": [ { "name": "Jason Davies", "url": "http://jasondavies.com" } ], "repository": { "type": "git", "url": "https://github.com/mbostock/d3.git" }, "main": "index.js", "browserify": "index-browserify.js", "jam": { "main": "d3.js", "shim": { "exports": "d3" } }, "dependencies": { "jsdom": "~0.5.3" }, "devDependencies": { "smash": "~0.0.8", "uglify-js": "2.3.6", "vows": "0.7.x" }, "scripts": { "test": "node_modules/.bin/vows" }, "licenses": [ { "type": "BSD", "url": "https://github.com/mbostock/d3/blob/master/LICENSE" } ] }
Version data entries
4 entries across 4 versions & 2 rubygems