Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mb.jquery.components committed Nov 16, 2014
1 parent a1ea888 commit d8d3f2e
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 42 deletions.
42 changes: 0 additions & 42 deletions jquery.mb.extruder.jquery.json

This file was deleted.

45 changes: 45 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"name": "jquery.mb.extruder",
"title": "jQuery mb.extruder",
"description": "This plugin lets you easily build a sliding panel for any kind of content; it has all the functionalities built-in for menu and sub-menu panels with an accordion effect, and you can get the content via ajax.",
"keywords": [
"jquery-plugin",
"menu",
"ajax",
"sliding",
"panel"
],
"version": "2.5.5",
"author": "Pupunzi <[email protected]> (Matteo Bicocchi)",
"maintainers": [
"Pupunzi <[email protected]> (Matteo Bicocchi)"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pupunzi/jquery.mb.extruder/blob/master/licenses/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "https://github.com/pupunzi/jquery.mb.extruder/blob/master/licenses/GPL-LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/pupunzi/jquery.mb.extruder/issues"
},
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-extruder/",
"demo": "http://pupunzi.com/#mb.components/mb.extruder/extruder.html",
"docs": "https://github.com/pupunzi/jquery.mb.extruder/wiki",
"download": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-extruder/",
"dependencies": {
"jquery": ">=1.8"
},
"main": "inc/mbExtruder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pupunzi/jquery.mb.extruder"
}
}

0 comments on commit d8d3f2e

Please sign in to comment.