Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77e8966

Browse files
committed
Merge pull request #105 from tuvistavie/master
Add package.json.
2 parents 0867ed6 + 1315beb commit 77e8966

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "jquery-dropdown",
3+
"version": "2.0.2",
4+
"description": "Minimal dropdown as a jQuery plugin",
5+
"main": "jquery.dropdown.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/claviska/jquery-dropdown.git"
12+
},
13+
"keywords": [
14+
"jquery",
15+
"dropdown"
16+
],
17+
"author": "Cory LaViska",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/claviska/jquery-dropdown/issues"
21+
},
22+
"homepage": "https://github.com/claviska/jquery-dropdown#readme"
23+
}

0 commit comments

Comments
 (0)