Skip to content

Commit a2bb280

Browse files
committed
Add basic package.json.
ref #669
1 parent 8fe00a3 commit a2bb280

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",
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)