@anexia/platform-tools
Version:
Provides Ionic Framework way class mapping of current platform and orientation on the root document node ´html´ for usage inside scss or :host-context selecting.
39 lines • 1.07 kB
JSON
{
"name": "@anexia/platform-tools",
"description": "Provides Ionic Framework way class mapping of current platform and orientation on the root document node ´html´ for usage inside scss or :host-context selecting.",
"author": {
"email": "sgraziani@anexia-it.com",
"name": "Sven Graziani"
},
"keywords": [
"scss",
"angular",
"css",
"util",
"tool",
"screen-orientation",
"anexia",
"platform"
],
"repository": {
"url": "https://github.com/svengraziani/platform-tools",
"type": "git"
},
"license": "MIT",
"private": false,
"version": "12.0.0",
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"main": "bundles/anexia-platform-tools.umd.js",
"module": "fesm2015/anexia-platform-tools.js",
"es2015": "fesm2015/anexia-platform-tools.js",
"esm2015": "esm2015/anexia-platform-tools.js",
"fesm2015": "fesm2015/anexia-platform-tools.js",
"typings": "anexia-platform-tools.d.ts",
"sideEffects": false
}