forked from jsmodules/ddslick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 909 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "ddslick",
"version": "1.0.2",
"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 <[email protected]>",
"contributors": [
"Oier Izulain <[email protected]> (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": "^2.1.4"
},
"keywords": ["jquery", "ddslick", "custom", "dropdown", "plugin", "image"]
}