diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..81ef027 --- /dev/null +++ b/bower.json @@ -0,0 +1,6 @@ +{ + "name": "get-device-pixel-ratio", + "version": "1.0.0", + "main": "getDevicePixelRatio.js", + "description": "An easy way to get the device pixel ratio of a screen using JavaScript." +}