-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 823 Bytes
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
{
"name": "dijit-select-optgroup",
"version": "1.0.2",
"description": "SelectOptgroup is a styleable, searchable drop down select box for Dojo which includes grouping of options.",
"main": "SelectOptgroup.js",
"keywords": [
"dojo",
"dijit",
"dijit form select",
"javascript",
"select",
"html",
"form",
"optgroup",
"html select optgroup"
],
"author": "GibboK",
"license": "MIT",
"devDependencies": {
"connect": "^3.4.1",
"open": "^0.0.5",
"jshint-stylish": "^2.1.0",
"jshint ": "^2.9.4",
"jscs": "^2.9.0",
"gulp": "^3.9.1",
"gulp-connect": "^2.3.1",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-jscs-stylish": "^1.3.0"
}
}