strong-arc
Version:
A visual suite for the StrongLoop API Platform
55 lines • 1.11 kB
JSON
{
"name": "angular-nvd3",
"version": "0.1.1",
"description": "An AngularJS directive for NVD3.js reusable charting library (based on D3.js)",
"main": [
"dist/angular-nvd3.min.js"
],
"license": "MIT",
"keywords": [
"d3",
"d3-",
"nvd3",
"nvd3-",
"angular",
"angular-",
"angular-nvd3",
"nvd3-angular",
"directives",
"visualization",
"charts",
"svg"
],
"authors": [
"Konstantin Skipor"
],
"homepage": "http://krispo.github.io/angular-nvd3",
"repository": {
"type": "git",
"url": "https://github.com/krispo/angular-nvd3.git"
},
"dependencies": {
"angular": "~1.x",
"d3": "~3.3.13",
"nvd3": "~v1.1.15-beta"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"test",
"tests",
"lib",
"examples"
],
"_release": "0.1.1",
"_resolution": {
"type": "version",
"tag": "v0.1.1",
"commit": "7fe7373763fe38949edce917aa55712925cdbdda"
},
"_source": "https://github.com/krispo/angular-nvd3.git",
"_target": "~0.1.1",
"_originalSource": "angular-nvd3"
}