Skip to content

Commit ff3c4c9

Browse files
authored
Merge pull request #27 from volenarg/volenarg-bower
bower
2 parents 642e884 + 914ddb8 commit ff3c4c9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

bower.json

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

Comments
 (0)