UNPKG

em-media-query

Version:

Transform min/max-width/height media queries to ems.

77 lines (76 loc) 2.21 kB
{ "name": "em-media-query", "version": "2.0.0", "description": "Transform min/max-width/height media queries to ems.", "main": "index.cjs.js", "module": "index.esm.js", "author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com)", "license": "MIT", "files": [ "index.cjs.{js,js.map}", "index.esm.{js,js.map}", "CHANGELOG.md", "LICENSE.md", "README.md" ], "sideEffects": false, "directories": { "test": "test" }, "scripts": { "build": "rollup --config rollup.config.js", "lint": "eslint '{index,lib/**/*,test/**/*}.js'", "postpublish": "GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog", "prepublishOnly": "npm run build", "release": "np", "test": "npm run lint && nyc mocha --require esm 'test/**/*.js' $([[ $WATCH_TEST ]] && echo --watch) && nyc check-coverage", "test:watch": "WATCH_TEST=1 npm test", "version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md" }, "dependencies": { "lodash.round": "^4.0.4", "postcss-value-parser": "^4.1.0" }, "devDependencies": { "changelog-verify": "^1.1.2", "eslint": "^6.7.2", "eslint-config-niksy": "^8.0.0", "eslint-config-prettier": "^4.2.0", "eslint-plugin-extend": "^0.1.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsdoc": "^18.4.3", "eslint-plugin-mocha": "^6.2.2", "eslint-plugin-node": "^10.0.0", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-unicorn": "^14.0.1", "esm": "^3.0.51", "github-release-from-changelog": "^2.1.1", "husky": "^3.1.0", "lint-staged": "^9.5.0", "mocha": "^4.1.0", "np": "^3.0.4", "nyc": "^12.0.2", "prettier": "^1.17.0", "rollup": "^1.0.0", "version-changelog": "^3.1.1" }, "engines": { "node": ">=12" }, "keywords": [ "css", "em", "media", "mq", "query" ], "repository": { "type": "git", "url": "git+https://github.com/niksy/em-media-query.git" }, "bugs": { "url": "https://github.com/niksy/em-media-query/issues" }, "homepage": "https://github.com/niksy/em-media-query#readme" }