forked from scottjehl/picturefill
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request scottjehl#399 from mike-engel/update-package-json
Updating package.json to include more metadata which is better for npmjs.org
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,21 @@ | |
"description": "A responsive image polyfill.", | ||
"version": "2.2.0", | ||
"repo": "https://github.com/scottjehl/picturefill.git", | ||
"homepage": "https://scottjehl.github.io/picturefill/", | ||
"bugs": "https://github.com/scottjehl/picturefill/issues", | ||
"license": "MIT", | ||
"author": "Scott Jehl <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:scottjehl/picturefill.git" | ||
}, | ||
"keywords": [ | ||
"picturefill", | ||
"srcset", | ||
"picture", | ||
"responsive", | ||
"responsive images" | ||
], | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
}, | ||
|