Skip to content

Commit

Permalink
Adds packages manifests for NPM and Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbadia committed Dec 10, 2015
1 parent 406491e commit dd4f5a7
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "auto-collapse",
"description": "jQuery plugin to automatically collapse menus",
"main": "auto-collapse.js",
"authors": [
"GestiXi <[email protected]> (https://www.gestixi.com)"
],
"license": "MIT",
"keywords": [
"auto",
"collapse",
"menu",
"mobile",
"desktop",
"bootstrap"
],
"homepage": "https://github.com/gestixi/auto-collapse",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "auto-collapse",
"version": "0.1.0",
"description": "jQuery plugin to automatically collapse menus",
"main": "auto-collapse.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gestixi/auto-collapse.git"
},
"keywords": [
"auto",
"collapse",
"menu",
"mobile",
"desktop",
"bootstrap"
],
"author": "GestiXi <[email protected]> (https://www.gestixi.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gestixi/auto-collapse/issues"
},
"homepage": "https://github.com/gestixi/auto-collapse#readme"
}

0 comments on commit dd4f5a7

Please sign in to comment.