-
Notifications
You must be signed in to change notification settings - Fork 277
/
Copy pathpackage.json
33 lines (33 loc) · 822 Bytes
/
package.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
30
31
32
33
{
"name": "jquery-treetable",
"version": "3.2.0",
"description": "jQuery plugin for displaying a tree structure in a (HTML) table, i.e. a directory structure or a nested list.",
"main": "jquery.treetable.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ludo/jquery-treetable.git"
},
"keywords": [
"explorer",
"file",
"table",
"tree",
"ui",
"jquery"
],
"author": "Ludo van den Boom <ludo@cubicphuse.nl>",
"license": "(MIT OR GPL-2.0-only)",
"bugs": {
"url": "https://github.com/ludo/jquery-treetable/issues"
},
"homepage": "https://github.com/ludo/jquery-treetable#readme",
"dependencies": {
"jquery": ">=1.6"
}
}