-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds packages manifests for NPM and Bower
- Loading branch information
1 parent
406491e
commit dd4f5a7
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |