185f00e019
You can now create menu items. You can now delete menu items. Renamed ID to MenuID on PanelMenuPage struct. Bumped the copyright year in a place in advance. The footer is no longer hidden in the Control Panel in Tempra Simple. Fixed the notifications URL, although that page still isn't implemented yet. Fixed config_default.noparse so that Travis won't error over that. Refactored some user queries.
36 lines
681 B
JSON
36 lines
681 B
JSON
{
|
|
"name": "Sortable",
|
|
"main": [
|
|
"Sortable.js",
|
|
"ng-sortable.js",
|
|
"knockout-sortable.js",
|
|
"react-sortable-mixin.js"
|
|
],
|
|
"homepage": "http://rubaxa.github.io/Sortable/",
|
|
"authors": [
|
|
"RubaXa <ibnRubaXa@gmail.com>"
|
|
],
|
|
"description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
|
|
"keywords": [
|
|
"sortable",
|
|
"reorder",
|
|
"list",
|
|
"html5",
|
|
"drag",
|
|
"and",
|
|
"drop",
|
|
"dnd",
|
|
"web-components"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"polymer": "Polymer/polymer#~1.1.4",
|
|
}
|
|
}
|