mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
50 lines
922 B
JSON
50 lines
922 B
JSON
{
|
|
"name": "nvd3",
|
|
"homepage": "http://www.nvd3.org",
|
|
"authors": [
|
|
"Bob Monteverde",
|
|
"Tyler Wolf",
|
|
"Robin Hu",
|
|
"Frank Shao",
|
|
"liquidpele"
|
|
],
|
|
"description": "Re-usable charts and chart components for d3.",
|
|
"main": [
|
|
"build/nv.d3.js",
|
|
"build/nv.d3.css"
|
|
],
|
|
"keywords": [
|
|
"d3",
|
|
"visualization",
|
|
"svg",
|
|
"charts"
|
|
],
|
|
"license": "Apache License, v2.0",
|
|
"dependencies": {
|
|
"d3": "^3.4.4"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"src",
|
|
"examples",
|
|
"GruntFile.js",
|
|
"*.html",
|
|
"*.log",
|
|
"*.xml",
|
|
"*.json",
|
|
"*.md"
|
|
],
|
|
"version": "1.8.1",
|
|
"_release": "1.8.1",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.8.1",
|
|
"commit": "3d9f5d8821f5617d6ec72f30cf04c981d90bdc97"
|
|
},
|
|
"_source": "git://github.com/novus/nvd3.git",
|
|
"_target": "~1.8.1",
|
|
"_originalSource": "nvd3"
|
|
} |