UNPKG

kist-querypoint

Version:

Simple media query breakpoints manager.

42 lines (41 loc) 760 B
{ "name": "kist-querypoint", "version": "0.1.2", "description": "Simple media query breakpoints manager.", "authors": [ "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com/)" ], "license": "MIT", "main": "dist/kist-querypoint.js", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests", "src", "lib", "Gruntfile.js", "package.json" ], "dependencies": { "media-match": "niksy/media-match#~2.0.3" }, "devDependencies": { "jquery": "1" }, "homepage": "https://github.com/niksy/kist-querypoint", "moduleType": [ "amd", "globals" ], "keywords": [ "kist", "querypoint", "breakpoint", "media", "query", "mq", "manager" ] }