forked from lcdsantos/jQuery-Selectric
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.4 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.4 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "selectric",
"version": "1.9.3",
"main": "public/jquery.selectric.js",
"title": "jQuery Selectric",
"author": {
"name": "Leonardo Santos",
"email": "leocs.1991@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPL-3.0",
"url": "http://opensource.org/licenses/GPL-3.0"
}
],
"description": "Fast, simple and light jQuery plugin to customize HTML selects",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"select",
"selectbox",
"dropdown",
"form",
"input",
"ui"
],
"docs": "http://lcdsantos.github.io/jQuery-Selectric/",
"demo": "http://lcdsantos.github.io/jQuery-Selectric/demo",
"bugs": "https://github.com/lcdsantos/jQuery-Selectric/issues",
"homepage": "http://lcdsantos.github.io/jQuery-Selectric/",
"repository": {
"type": "git",
"url": "https://github.com/lcdsantos/jQuery-Selectric.git"
},
"dependencies": {
"jquery": "^2.1.4"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-bump": "^0.3.1",
"gulp-connect": "^2.2.0",
"gulp-csscomb": "^3.0.3",
"gulp-gh-pages": "^0.5.2",
"gulp-header": "^1.2.2",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"gulp-zip": "^3.0.2"
}
}