apollo_developers/bower_components/jquery-nestable/bower.json
saravanakumar_kandasami a11795c215 SIT code
2018-04-19 18:17:06 +05:30

26 lines
547 B
JSON

{
"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"
}
}