Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 from natgeo/feature/addbower
Browse files Browse the repository at this point in the history
Adds Bower file to the project.
  • Loading branch information
chuckcarpenter committed Oct 18, 2013
2 parents 5c0f099 + 2d20b1b commit 1fbed4d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "picturetime",
"main": "picturetime.js",
"version": "0.1.1",
"homepage": "https://github.com/natgeo/picturetime",
"authors": [
"Chuck Carpenter <[email protected]>"
],
"description": "A <picture> polyfill using the proposed <picture> syntax",
"keywords": [
"responsive",
"image",
"images",
"polyfill"
],
"license": "MIT",
"ignore": [
"**/.*",
"external",
"index.html",
"pictureTime.coffee"
]
}

0 comments on commit 1fbed4d

Please sign in to comment.