We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5a63e commit b013c30Copy full SHA for b013c30
1 file changed
bower.json
@@ -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