bower.json

Summary

Maintainability
Test Coverage
{
  "name": "zeus-viz",
  "version": "0.1.0",
  "main": [
    "dist/js/zeus-viz.js",
    "dist/css/zeus-viz.css"
  ],
  "ignore": [
      "externs/",
      "externs/libs",
      "src",
      "test",
      "node_modules",
      "bower_components",
      "docs",
      ".coverage",
      ".sass-cache",
      ".DS_Store",
      ".git",
      ".gitignore",
      ".npmignore",
      ".travis.yml",
      ".editorconfig",
      ".gitignore",
      ".jscsrc",
      ".jshintrc",
      ".travis.yml",
      "Gruntfile.js",
      "README.md",
      "karma.conf.js",
      "package.json",
      "publish.sh"
  ],
  "license": "MIT",
  "authors": [
    "Amey Sakhadeo",
    "Rohit Raheja",
    "Vishnudas Kulkarni"
  ],
  "homepage": "http://zeusjs.github.io/viz",
  "dependencies": {
    "angular": ">=1.3.0",
    "jquery": "^1.9",
    "d3": "^3.4.8",
    "d3-tip": "^0.6.4"
  },

  "devDependencies": {
    "angular-mocks": "1.3.3",
    "angular-animate": "1.3.3",
    "angular-scenario": "1.3.3"
  }
}