Skip to content

Commit

Permalink
added bower and jquery package manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lynch committed Aug 21, 2014
1 parent 16dc989 commit 338e0d0
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
File renamed without changes.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "instagram-lite",
"version": "1.0.0",
"homepage": "https://github.com/michael-lynch/instagram-lite",
"authors": [
"Michael Lynch <michael@teehanlax.com>"
],
"description": "A simple, lightweight jQuery plugin used to display a user's Instagram photos.",
"main": "build/instagramLite.min.js",
"keywords": [
"instagram",
"api",
"photos",
"feed"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
25 changes: 25 additions & 0 deletions instagramLite.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "instagram-lite",
"title": "Instagram Lite",
"description": "A simple, lightweight jQuery plugin used to display a user's Instagram photos.",
"keywords": [
"instagram",
"photos",
"api",
"feed"
],
"version": "1.0.0",
"author": {
"name": "Michael Lynch",
"url": "http://michaelynch.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/michael-lynch/instagram-lite/blob/master/LICENSE"
}
],
"dependencies": {
"jquery": ">=1.8"
}
}

0 comments on commit 338e0d0

Please sign in to comment.