UNPKG

matchmediaquery

Version:

Media queries for your client and server

35 lines (34 loc) 771 B
{ "name": "matchmediaquery", "version": "0.4.2", "description": "Media queries for your client and server", "main": "index.js", "scripts": { "test": "lab -vL" }, "repository": { "type": "git", "url": "git+https://github.com/ncochard/matchmediaquery.git" }, "keywords": [ "media", "query", "matchmedia", "isomorphic", "mq", "responsive" ], "author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com/)", "license": "MIT", "bugs": { "url": "https://github.com/ncochard/matchmediaquery/issues" }, "homepage": "https://github.com/ncochard/matchmediaquery#readme", "dependencies": { "css-mediaquery": "^0.1.2" }, "devDependencies": { "@hapi/lab": "^25.1.3", "code": "^5.2.4" } }