-
Notifications
You must be signed in to change notification settings - Fork 277
/
bower.json
29 lines (29 loc) · 859 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "jquery-treetable",
"description": "jQuery plugin for displaying a tree structure in a (HTML) table, i.e. a directory structure or a nested list.",
"homepage": "http://ludo.cubicphuse.nl/jquery-treetable",
"authors": [ "Ludo van den Boom <[email protected]>" ],
"license": [ "GPL-2.0", "MIT" ],
"keywords": [ "explorer", "file", "table", "tree", "ui" ],
"repository": {
"type": "git",
"url": "git://github.com/ludo/jquery-treetable.git"
},
"main": [
"jquery.treetable.js",
"css/jquery.treetable.css",
"css/jquery.treetable.theme.default.css"
],
"ignore": [ "*.html", "test" ],
"dependencies": {
"jquery": ">=1.6"
},
"devDependencies": {
"chai": "latest",
"chai-jquery": "latest",
"jquery-ui": "latest",
"mocha": "latest",
"sinonjs": "latest",
"underscore": "latest"
}
}