media-query-types
Version:
List of all CSS media query types specified by the W3C
38 lines (37 loc) • 794 B
JSON
{
"name": "media-query-types",
"version": "1.0.0",
"description": "List of all CSS media query types specified by the W3C",
"author": {
"name": "John Otander",
"email": "johnotander@gmail.com",
"url": "johnotander.com"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "https://github.com/johnotander/media-query-types.git"
},
"keywords": [
"media",
"media-queries",
"media-types",
"queries",
"media list"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/johnotander/media-query-types/issues"
},
"homepage": "https://github.com/johnotander/media-query-types",
"dependencies": {},
"devDependencies": {
"ava": "^0.2.0"
}
}