apollodec/Apollo/bower_components/jquery-nestable/bower.json
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

26 lines
547 B
JSON
Executable File

{
"name": "jquery-nestable",
"version": "0.0.1",
"authors": [
"Sabbir Ahmed <sabbiirr@gmail.com>"
],
"description": "Drag & drop hierarchical list with mouse and touch compatibility (jQuery plugin). This is a forked version from https://github.com/brunobatista/Nestable",
"main": "jquery.nestable.js",
"keywords": [
"drag",
"drop",
"jquery"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">= 1.7.2"
}
}