d3/component.json

23 строки
422 B
JSON

{
"name": "d3",
"repo": "mbostock/d3",
"description": "A small, free JavaScript library for manipulating documents based on data.",
"keywords": [
"dom",
"w3c",
"visualization",
"svg",
"animation",
"canvas"
],
"version": "3.3.13",
"main": "index-browserify.js",
"scripts": [
"d3.js",
"index-browserify.js"
],
"dependencies": {},
"development": {},
"license": "BSD"
}