31 lines
589 B
JSON
31 lines
589 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|