14 lines
271 B
JSON
14 lines
271 B
JSON
{
|
|
"name": "TableDnD",
|
|
"version": "0.9.1",
|
|
"main": [
|
|
"./js/jquery.tablednd.js"
|
|
],
|
|
"ignore": [
|
|
"LICENCE", "README.md"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.7.0"
|
|
},
|
|
"homepage": "https://github.com/isocra/TableDnD"
|
|
} |