jquery.filebrowser
Version:
jQuery File Browser is a plugin for creating OS like file browsers.
29 lines (28 loc) • 695 B
JSON
{
"name": "jquery.filebrowser",
"version": "0.8.4",
"description": "jQuery File Browser is a plugin for creating OS like file browsers.",
"main": "js/jquery.filebrowser.min.js",
"keywords": [
"browser",
"directory",
"file",
"manager",
"gui",
"ui"
],
"author": "Jakub T. Jankiewicz <jcubic@onet.pl> (https://jcubic.pl/me)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jcubic/jquery.filebrowser.git"
},
"bugs": {
"url": "https://github.com/jcubic/jquery.filebrowser/issues"
},
"homepage": "http://jquery.jcubic.pl/filebrowser/",
"dependencies": {
"jquery": "^3.0.0"
},
"devDependencies": {}
}