Skip to content

Commit

Permalink
Support Composer package manager (#1203)
Browse files Browse the repository at this point in the history
* Create composer.json

* Change project name in composer.json

* Fix authors listed in composer.json

* Update repo source in composer.json

Co-authored-by: Wayne Van Son <waynevanson@gmail.com>

* Update "issues" link in composer.json

Co-authored-by: Wayne Van Son <waynevanson@gmail.com>

* Update homepage link in composer.json

Co-authored-by: Wayne Van Son <waynevanson@gmail.com>

* Update package name in composer.json

Co-authored-by: Wayne Van Son <waynevanson@gmail.com>

* Remove legacy file from composer.json files list

Co-authored-by: Derek DeRaps <derekderaps@users.noreply.github.com>
Co-authored-by: Wayne Van Son <waynevanson@gmail.com>
  • Loading branch information
3 people committed Sep 24, 2020
1 parent 9a08465 commit 6d54aa6
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "SortableJS/Sortable",
"type": "component",
"description": "Sortable is a JavaScript library for reorderable drag-and-drop lists.",
"homepage": "http://sortablejs.github.io/Sortable/",
"license": "MIT",
"authors": [
{
"name": "Wayne Van Son",
"email": "waynevanson@gmail.com"
},
{
"name": "Owen Mills",
"email": "owen23355@gmail.com"
}
],
"keywords": [
"sortable",
"reorder",
"list",
"html5",
"drag",
"and",
"drop",
"dnd"
],
"support": {
"issues": "https://github.com/SortableJS/Sortable/issues",
"source": "https://github.com/SortableJS/Sortable.git"
},
"prefer-stable": true,
"minimum-stability": "dev",
"extra": {
"component": {
"files": [
"Sortable.js",
"Sortable.min.js"
]
}
}
}

0 comments on commit 6d54aa6

Please sign in to comment.