Permalink
Please sign in to comment.
Showing
with
53 additions
and 2 deletions.
- +16 −0 README.md
- +13 −2 jquery.dropdown.js
- +24 −0 package.json
24
package.json
| @@ -0,0 +1,24 @@ | |||
| +{ | |||
| + "name": "dropdown.js", | |||
| + "version": "0.0.2dev", | |||
| + "description": "Finally a dropdown plugin that transforms select inputs in nice dropdowns and does not drive you crazy.", | |||
| + "main": "jquery.dropdown", | |||
| + "repository": { | |||
| + "type": "git", | |||
| + "url": "https://github.com/FezVrasta/dropdown.js.git" | |||
| + }, | |||
| + "keywords": [ | |||
| + "dropdown", | |||
| + "dropdown.js", | |||
| + "choosen", | |||
| + "selectize", | |||
| + "select", | |||
| + "multiselect" | |||
| + ], | |||
| + "author": "FezVrasta", | |||
| + "license": "MIT", | |||
| + "bugs": { | |||
| + "url": "https://github.com/FezVrasta/dropdown.js/issues" | |||
| + }, | |||
| + "homepage": "https://github.com/FezVrasta/dropdown.js" | |||
| +} | |||
0 comments on commit
663d3c2