From 362329856deb730cfc4ec7d5397f1b6af1d5493e Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Wed, 7 Aug 2013 15:31:14 -0700 Subject: [PATCH] Add bower.json This file allows this package to be installed using Bower. I have can now be installed by executing: registered the package as `get-device-pixel-ratio` in the Bower package registry. It bower install get-device-pixel-ratio More information on Bower can be found at: https://github.com/bower/bower http://bower.io --- bower.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bower.json 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." +}