@lookinglass/ddslick
Version:
A free light weight jQuery plugin that allows you to create a custom drop down with images and description.
41 lines (40 loc) • 977 B
JSON
{
"name": "@lookinglass/ddslick",
"version": "1.0.5",
"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",
"build": "gulp build"
},
"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"
]
}