diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..57de648 --- /dev/null +++ b/bower.json @@ -0,0 +1,14 @@ +{ + "name": "html5-device-mockups", + "description": "HTML5 mockups of popular devices, to showcase your portfolio and spice up your website.", + "main": "device-mockups/device-mockups.min.css", + "license": "MIT", + "homepage": "http://pixelsign.github.io/html5-device-mockups/", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}