We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642e884 commit a673bffCopy full SHA for a673bff
bower.json
@@ -0,0 +1,29 @@
1
+{
2
+ "name": "react-sortablejs",
3
+ "main": [
4
+ "lib/index.js"
5
+ ],
6
+ "homepage": "https://github.com/cheton/react-sortable",
7
+ "authors": [
8
+ "Cheton Wu <[email protected]>"
9
10
+ "description": "A React component built on top of Sortable (https://github.com/RubaXa/Sortable).",
11
+ "dependencies": {
12
+ "Sortable": "~1.4.2"
13
+ },
14
+ "keywords": [
15
+ "react",
16
+ "react-component",
17
+ "sortable",
18
+ "reorder",
19
+ "drag",
20
+ "mixin"
21
22
+ "license": "MIT",
23
+ "ignore": [
24
+ "node_modules",
25
+ "bower_components",
26
+ "test",
27
+ "tests"
28
+ ]
29
+}
0 commit comments