Snugug/eq.js

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "eq.js",
  "version": "1.9.1",
  "authors": [
    "Sam Richard <snugug@gmail.com>"
  ],
  "description": "Element queries, fast and light",
  "main": "dist/eq.min.js",
  "keywords": [
    "Element Queries",
    "Responsive Web Design",
    "JavaScript",
    "RWD"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "Gemfile",
    "Gemfile.lock",
    "Gruntfile.js",
    "bower.json",
    "css",
    "index.html",
    "package.json",
    "sass/style.scss"
  ]
}