ddslick
Version:
A free light weight jQuery plugin that allows you to create a custom drop down with images and description.
33 lines (32 loc) • 909 B
JSON
{
"name": "ddslick",
"version": "1.0.3",
"description": "A free light weight jQuery plugin that allows you to create a custom drop down with images and description.",
"main": "jquery.ddslick.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsmodules/ddslick.git"
},
"author": "Brad Berger <brad@bradb.net>",
"contributors": [
"Oier Izulain <oizulain@gmail.com> (https://github.com/oizulain)"
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/jsmodules/ddslick/issues"
},
"homepage": "https://github.com/jsmodules/ddslick#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1"
},
"dependencies": {
"jquery": "^3.0.0"
},
"keywords": ["jquery", "ddslick", "custom", "dropdown", "plugin", "image"]
}