Skip to content

Commit 9811e95

Browse files
authored
Merge pull request #671 from CodeYellowBV/master
Add package.json
2 parents 8fe00a3 + 6160b5d commit 9811e95

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "jquery-ui-multiselect-widget",
3+
"description": "MultiSelect progessively enhances an ordinary multiple select control into elegant drop down list of checkboxes, stylable with ThemeRoller.",
4+
"version": "1.17.0",
5+
"license": "MIT or GPL-2.0",
6+
"author": "Eric Hynds",
7+
"contributors": [
8+
{
9+
"name": "Micheal"
10+
}, {
11+
"name": "AB Zainuddin",
12+
"email": "[email protected]"
13+
}
14+
],
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/ehynds/jquery-ui-multiselect-widget"
18+
},
19+
"main": "src/jquery.multiselect.js",
20+
"dependencies": {},
21+
"devDependencies": {}
22+
}

0 commit comments

Comments
 (0)