Skip to content

Commit

Permalink
Merge pull request rvera#45 from tutuca/master
Browse files Browse the repository at this point in the history
Added bower.json with package data.
  • Loading branch information
rvera committed Jan 20, 2015
2 parents 69078cc + bbc45bd commit 5b6e2f5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
.sass-cache
page
build.sh
build.sh
bower_components
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "image-picker",
"version": "0.2.4",
"homepage": "http://rvera.github.com/image-picker",
"authors": [
"Rodrigo Vera"
],
"description": "Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.",
"main": "image-picker/image-picker.js",
"keywords": [
"Image",
"Picker",
"jquery"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 5b6e2f5

Please sign in to comment.