From 2d20b1bd8695dbb2140a23d335e030f5232c3ee9 Mon Sep 17 00:00:00 2001 From: Welch Canavan Date: Fri, 18 Oct 2013 14:07:58 -0400 Subject: [PATCH] add bower --- bower.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..c16fda9 --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "picturetime", + "main": "picturetime.js", + "version": "0.1.1", + "homepage": "https://github.com/natgeo/picturetime", + "authors": [ + "Chuck Carpenter " + ], + "description": "A polyfill using the proposed syntax", + "keywords": [ + "responsive", + "image", + "images", + "polyfill" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "external", + "index.html", + "pictureTime.coffee" + ] +}