gsouf/zero-table

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "zero-table",
  "authors": [
    "sghzal <sghzal@gmail.com>"
  ],
  "description": "Data grid for the browser",
  "keywords": [
    "grid",
    "data"
  ],
  "license": "Fair",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "assets/vendor",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": ">=2.1.0"
  }
}