Skip to content

Commit d0c1b3b

Browse files
committed
Add bower.json
1 parent 490b147 commit d0c1b3b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "jquery-dynamic-content-menu",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/coderius/jquery-dynamic-content-menu",
5+
"authors": [
6+
"Sergio Coderius"
7+
],
8+
"description": "This plugin on the fly creates a menu of the current page.",
9+
"main": "jquery-dynamic-content-menu.js",
10+
"keywords": [
11+
"plugin",
12+
"content menu"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"demos"
18+
],
19+
"dependencies": {
20+
"jquery": ">=2.2"
21+
}
22+
}

0 commit comments

Comments
 (0)