Skip to content

Commit

Permalink
Added package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
franverona committed Oct 15, 2015
1 parent 68fb142 commit 46f2175
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
@@ -0,0 +1,33 @@
{
"name": "LoadGo",
"version": "1.0.0",
"description": "LoadGo is a JQuery plugin for using your logo as a progress bar",
"author": "Fran Verona <franverona@gmail.com>",
"homepage": "http://franverona.com/loadgo",
"keywords": [
"jquery",
"plugin",
"loadgo",
"progress",
"bar",
"image"
],
"demo": "http://franverona.com/loadgo",
"docs": "http://franverona.com/loadgo",
"bugs": "https://github.com/franverona/loadgo/issues",
"license": "MIT",
"contributors": [
{
"name": "Carlos Feliciano Barba",
"email": "c.feliciano2009@gmail.com",
"url": "https://github.com/carloscheddar"
}
],
"repository": {
"type": "git",
"url": "https://github.com/franverona/loadgo.git"
},
"dependencies": {
"jquery": ">=1.11.3"
}
}

0 comments on commit 46f2175

Please sign in to comment.