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.
2 parents 642e884 + 914ddb8 commit ff3c4c9Copy full SHA for ff3c4c9
bower.json
@@ -0,0 +1,30 @@
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
+ "react": "^0.14.0 || ^15.0.0",
13
+ "sortablejs": ">=1.5.0-rc1 || ^1.5.0"
14
+ },
15
+ "keywords": [
16
+ "react",
17
+ "react-component",
18
+ "sortable",
19
+ "reorder",
20
+ "drag",
21
+ "mixin"
22
23
+ "license": "MIT",
24
+ "ignore": [
25
+ "node_modules",
26
+ "bower_components",
27
+ "test",
28
+ "tests"
29
+ ]
30
+}
0 commit comments