Skip to content

Commit d9bcba1

Browse files
authored
Create package.json
1 parent fa89b7c commit d9bcba1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "nestedSortable",
3+
"version": "1.3.4",
4+
"author": "Manuele J Sarfatti <manuele@mjsarfatti.com>",
5+
"description": "NestedSortable is a jQuery plugin that extends jQuery Sortable UI functionalities to nested lists.",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/QueenCityCodeFactory/nested-sortable"
9+
},
10+
"main": "jquery.nested-sortable.js"
11+
}

0 commit comments

Comments
 (0)