Files
cdnjs/ajax/libs/d3/package.json
T
Pete Cooper 2bdcc9695c Manually update d3 to 3.4.6
Source: `npm install d3`

Should fix Travis build status
2014-04-16 16:46:35 +01:00

34 lines
664 B
JSON

{
"name": "d3",
"filename": "d3.min.js",
"version": "3.4.6",
"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",
"email": "mbostock@gmail.com",
"url": "http://bost.ocks.org/mike"
},
"repository": {
"type": "git",
"url": "http://github.com/mbostock/d3.git"
},
"npmName": "d3",
"npmFileMap": [
{
"basePath": "/",
"files": [
"d3.js",
"d3.min.js"
]
}
]
}