https://github.com/Snugug/eq.js
Raw File
Tip revision: ec86fa9ba921740fb71e93836e6bc10c9ec3cf6c authored by Sam Richard on 16 October 2016, 13:09:08 UTC
Merge pull request #102 from Snugug/release/v1.9.1
Tip revision: ec86fa9
bower.json
{
  "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"
  ]
}
back to top