|
|
@ -1,10 +1,10 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "Sortable", |
|
|
|
"name": "Sortable", |
|
|
|
"main": [ |
|
|
|
"main": [ |
|
|
|
"Sortable.js", |
|
|
|
"Sortable.js", |
|
|
|
"ng-sortable.js", |
|
|
|
"ng-sortable.js", |
|
|
|
"knockout-sortable.js", |
|
|
|
"knockout-sortable.js", |
|
|
|
"react-sortable-mixin.js" |
|
|
|
"react-sortable-mixin.js" |
|
|
|
], |
|
|
|
], |
|
|
|
"homepage": "http://rubaxa.github.io/Sortable/", |
|
|
|
"homepage": "http://rubaxa.github.io/Sortable/", |
|
|
|
"authors": [ |
|
|
|
"authors": [ |
|
|
@ -20,7 +20,7 @@ |
|
|
|
"and", |
|
|
|
"and", |
|
|
|
"drop", |
|
|
|
"drop", |
|
|
|
"dnd", |
|
|
|
"dnd", |
|
|
|
"web-components" |
|
|
|
"web-components" |
|
|
|
], |
|
|
|
], |
|
|
|
"license": "MIT", |
|
|
|
"license": "MIT", |
|
|
|
"ignore": [ |
|
|
|
"ignore": [ |
|
|
@ -30,6 +30,6 @@ |
|
|
|
"tests" |
|
|
|
"tests" |
|
|
|
], |
|
|
|
], |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"polymer": "Polymer/polymer#~1.1.4", |
|
|
|
"polymer": "Polymer/polymer#~1.1.4" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|