Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0867ed6 + 1315beb commit 77e8966Copy full SHA for 77e8966
package.json
@@ -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