mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
36 lines
687 B
JSON
36 lines
687 B
JSON
{
|
|
"name": "d3",
|
|
"filename": "d3.min.js",
|
|
"version": "3.4.13",
|
|
"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"
|
|
]
|
|
}
|
|
],
|
|
"namespace": "d3"
|
|
}
|