Skip to content

Commit b013c30

Browse files
committed
[TASK] Add bower.json
1 parent ea5a63e commit b013c30

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "jquery-nestedlist",
3+
"main": "jquery.nestedlist.js",
4+
"homepage": "https://github.com/Intera/jquery.nestedlist",
5+
"authors": [
6+
"Julian Kalbhenn <jkalbhenn@intera.de>"
7+
],
8+
"description": "jQuery plugin for creating a browsable nested list.",
9+
"keywords": [
10+
"jquery",
11+
"list",
12+
"nested",
13+
"nesting"
14+
],
15+
"license": "GPL3+",
16+
"ignore": [
17+
"**/.*",
18+
"node_modules",
19+
"bower_components",
20+
"test",
21+
"tests"
22+
]
23+
}

0 commit comments

Comments
 (0)