d3-grid
Version:
Grid layout for D3
27 lines (26 loc) • 500 B
JSON
{
"name": "d3-grid",
"version": "0.1.1",
"description": "Grid layout for D3",
"main": "d3-grid.js",
"scripts": {
"test": "node_modules/.bin/vows --spec"
},
"repository": "https://github.com/interactivethings/d3-grid.git",
"keywords": [
"d3",
"layout",
"grid"
],
"author": {
"name": "Jeremy Stucki",
"url": "http://interactivethings.com"
},
"license": "BSD",
"dependencies": {
"d3": "~3.1.5"
},
"devDependencies": {
"vows": "~0.7.0"
}
}