ng2-responsive
Version:
Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 2
163 lines (141 loc) • 4.45 kB
JSON
{
"name": "ng2-responsive",
"version": "0.8.4",
"description": "Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 2",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ManuCutillas/responsive-directives-angular2.git"
},
"license": "MIT",
"keywords": [
"angular",
"angular2",
"angular4",
"ng",
"ng2",
"ng4",
"aot",
"ng2-",
"ng-",
"responsive",
"bootstrap",
"detect",
"mobile",
"tablet",
"device",
"devices",
"screen",
"typescript",
"directive",
"retina",
"browsers",
"os",
"directives"
],
"author": "Manu Cutillas <manucutillas@outlook.com> (https://kalypso.agency/)",
"contributors": [
"Christophe HOARAU (https://github.com/no-more)",
"Kamil Breguła (https://github.com/mik-laj)",
"Janne Julkunen (https://github.com/sconix)"
],
"bugs": {
"url": "https://github.com/ManuCutillas/responsive-directives-angular2/issues"
},
"files": [
"index.d.ts",
"index.js",
"index.js.map",
"index.metadata.json",
"config/index.js",
"config/index.d.ts",
"config/index.js.map",
"config/index.metadata.json",
"config/const.d.ts",
"config/const.js",
"config/const.js.map",
"config/const.metadata.json",
"config/interfaces.d.ts",
"config/interfaces.js",
"config/interfaces.js.map",
"config/interfaces.metadata.json",
"config/config.d.ts",
"config/config.js",
"config/config.js.map",
"config/config.metadata.json",
"config/responsive-base.d.ts",
"config/responsive-base.js",
"config/responsive-base.js.map",
"config/responsive-base.metadata.json",
"bootstrap/index.d.ts",
"bootstrap/index.js",
"bootstrap/index.js.map",
"bootstrap/index.metadata.json",
"bootstrap/bootstrap-directives.d.ts",
"bootstrap/bootstrap-directives.js",
"bootstrap/bootstrap-directives.js.map",
"bootstrap/bootstrap-directives.metadata.json",
"browsers/index.d.ts",
"browsers/index.js",
"browsers/index.js.map",
"browsers/index.metadata.json",
"browsers/browsers-directives.d.ts",
"browsers/browsers-directives.js",
"browsers/browsers-directives.js.map",
"browsers/browsers-directives.metadata.json",
"custom-sizes/index.d.ts",
"custom-sizes/index.js",
"custom-sizes/index.js.map",
"custom-sizes/index.metadata.json",
"custom-sizes/custom-sizes-directives.d.ts",
"custom-sizes/custom-sizes-directives.js",
"custom-sizes/custom-sizes-directives.js.map",
"custom-sizes/custom-sizes-directives.metadata.json",
"devices/index.d.ts",
"devices/index.js",
"devices/index.js.map",
"devices/index.metadata.json",
"devices/devices-directives.d.ts",
"devices/devices-directives.js",
"devices/devices-directives.js.map",
"devices/devices-directives.metadata.json",
"pixelratio/index.d.ts",
"pixelratio/index.js",
"pixelratio/index.js.map",
"pixelratio/index.metadata.json",
"pixelratio/pixelratio-directives.d.ts",
"pixelratio/pixelratio-directives.js",
"pixelratio/pixelratio-directives.js.map",
"pixelratio/pixelratio-directives.metadata.json",
"responsive/index.d.ts",
"responsive/index.js",
"responsive/index.js.map",
"responsive/index.metadata.json",
"responsive/responsive.d.ts",
"responsive/responsive.js",
"responsive/responsive.js.map",
"responsive/responsive.metadata.json",
"responsive-window/index.d.ts",
"responsive-window/index.js",
"responsive-window/index.js.map",
"responsive-window/index.metadata.json",
"responsive-window/responsive-window.d.ts",
"responsive-window/responsive-window.js",
"responsive-window/responsive-window.js.map",
"responsive-window/responsive-window.metadata.json",
"useragent/index.d.ts",
"useragent/index.js",
"useragent/index.js.map",
"useragent/index.metadata.json",
"useragent/useragent.d.ts",
"useragent/useragent.js",
"useragent/useragent.js.map",
"useragent/useragent.metadata.json"
],
"homepage": "https://github.com/ManuCutillas/responsive-directives-angular2",
"dependencies": {}
}