@veams/plugin-media-query-handler
Version:
The Media Query Handler Plugin provides to you the possibility to get the current media query name from your css.
33 lines (32 loc) • 959 B
JSON
{
"name": "@veams/plugin-media-query-handler",
"version": "1.1.0",
"description": "The Media Query Handler Plugin provides to you the possibility to get the current media query name from your css.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc --project tsconfig.json --outDir lib --declarationDir lib --declaration --module commonjs",
"start": "tsc --project tsconfig.json --watch --outDir lib --declarationDir lib --declaration --module commonjs",
"prepublish": "npm run build"
},
"devDependencies": {
"typescript": "^2.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/veams/plugin-media-query-handler.git"
},
"keywords": [
"veams",
"veams-plugin"
],
"author": "Sebastian Fitzner",
"license": "MIT",
"bugs": {
"url": "https://github.com/veams/plugin-media-query-handler/issues"
},
"homepage": "http://veams.org/",
"dependencies": {
"@veams/helpers": "^1.2.5"
}
}