-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
38 lines (38 loc) · 894 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
34
35
36
37
38
{
"name": "bstreeview",
"version": "1.2.0",
"description": "Bootstrap 4 simple treeview.",
"main": "[\"./dist/css/bstreeview.min.css\",\"./dist/js/bstreeview.min.js\"]",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chniter/bstreeview.git"
},
"keywords": [
"[\"bstreeview\"",
"\"twitter\"",
"\"bootstrap\"",
"\"bootstrap",
"4\"",
"\"tree\"",
"\"treeview\"",
"\"tree-view\"",
"\"navigation\"",
"\"list-item\"",
"\"javascript\"",
"\"jquery\"",
"\"jquery-plugin\"]"
],
"author": {
"name": "Sami CHNITER"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/chniter/bstreeview/issues"
},
"homepage": "https://github.com/chniter/bstreeview#readme"
}