GRoguelon/rickshaw-rails

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "authors": [
    "Geoffrey Roguelon <geoffrey.roguelon@gmail.com>"
  ],
  "dependencies": {
    "d3": "~3.3.13",
    "rickshaw": "~1.5.0"
  },
  "description": "Rickshaw, a javascript graphing library based on d3 available in Rails assets.",
  "homepage": "https://github.com/GRoguelon/rickshaw_rails",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "vendor/assets/rickshaw",
    "test",
    "tests"
  ],
  "license": "MIT",
  "moduleType": [
    "globals"
  ],
  "name": "rickshaw-rails",
  "private": true,
  "version": "1.5.0"
}