File "package.json"
Full Path: /var/www/html/gitep_front/node_modules/matchmediaquery/package.json
File size: 771 bytes
MIME-type: application/json
Charset: utf-8
{
"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"
}
}