Skip to content

Commit 9eba349

Browse files
committed
Add bower
Remove composer
1 parent 7004b12 commit 9eba349

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

bower.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "selectopus",
3+
"description": "Selectopus is a jQuery based replacement for select boxes.",
4+
"license": "MIT",
5+
"keywords": [
6+
"select",
7+
"multiple",
8+
"tag",
9+
"jquery",
10+
"plugin"
11+
],
12+
"authors": [
13+
"Matrozov Oleg <[email protected]>"
14+
],
15+
"repository": {
16+
"type": "git",
17+
"url": "git://github.com/matrozov/selectopus"
18+
},
19+
"main": [
20+
"dist/css/selectopus.min.css",
21+
"dist/js/selectopus.full.min.js"
22+
],
23+
"dependencies": {
24+
"jquery": ">=1.7.0"
25+
}
26+
}

composer.json

-22
This file was deleted.

0 commit comments

Comments
 (0)