UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

33 lines (32 loc) 535 B
{ "name": "c3", "main": [ "c3.css", "c3.js" ], "version": "0.4.10", "homepage": "https://github.com/masayuki0812/c3", "authors": [ "Masayuki Tanaka <masayuki0812@mac.com>" ], "description": "D3-based reusable chart library", "keywords": [ "chart", "d3" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "htdocs", "spec", "src", "package.json", "component.json", "Gruntfile.*" ], "dependencies": { "d3": "<=3.5.0" } }