Skip to content

Commit a673bff

Browse files
authored
add bower.json
1 parent 642e884 commit a673bff

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

bower.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)