hpv-tree-action
Version:
Zero-dependency JavaScript library for building interactive treeviews with hierarchical permissions, lazy loading, event-driven updates, and advanced search capabilities.
39 lines (38 loc) • 1.05 kB
JSON
{
"name": "hpv-tree-action",
"version": "1.1.1",
"author": "Danilo T Recchia",
"main": "dist/js/all.min.js",
"files": [
"dist/js/all.min.js",
"dist/css/all.css"
],
"license": "CC-BY-NC-4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/drecchia/hpv-tree-action.git"
},
"description": "Zero-dependency JavaScript library for building interactive treeviews with hierarchical permissions, lazy loading, event-driven updates, and advanced search capabilities.",
"keywords": [
"treeview",
"hierarchy",
"permissions",
"lazy-loading",
"vanilla-js",
"event-driven",
"zero-dependency",
"search",
"checklist",
"node-tree"
],
"scripts": {
"build": "gulp default"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.2"
}
}