d3/component.json

23 строки
421 B
JSON
Исходник Обычный вид История

2013-06-29 08:58:25 +04:00
{
"name": "d3",
"repo": "mbostock/d3",
2013-06-29 10:01:06 +04:00
"description": "A small, free JavaScript library for manipulating documents based on data.",
"keywords": [
"dom",
"w3c",
"visualization",
"svg",
"animation",
"canvas"
],
2013-08-01 18:37:51 +04:00
"version": "3.2.8",
2013-06-29 10:01:06 +04:00
"main": "index-browserify.js",
"scripts": [
"d3.js",
"index-browserify.js"
],
2013-06-29 08:58:25 +04:00
"dependencies": {},
"development": {},
2013-06-29 10:01:06 +04:00
"license": "BSD"
2013-06-29 08:58:25 +04:00
}