v-react-pivottable/node_modules/react-sortablejs/bower.json

31 lines
589 B
JSON
Raw Permalink Normal View History

2024-12-16 20:19:32 -06:00
{
"name": "react-sortablejs",
"main": [
"lib/index.js"
],
"homepage": "https://github.com/cheton/react-sortable",
"authors": [
"Cheton Wu <cheton@gmail.com>"
],
"description": "A React component built on top of Sortable (https://github.com/RubaXa/Sortable).",
"dependencies": {
"react": "^0.14.0 || ^15.0.0",
"sortablejs": "^1.5.1"
},
"keywords": [
"react",
"react-component",
"sortable",
"reorder",
"drag",
"mixin"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
]
}