-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 885 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
33
34
35
36
37
38
{
"name": "jquery-ui.selectmenu.extended",
"title": "jQuery UI Seletmenu Extensions",
"description": "Adds options for pop-up menu or native select menu.",
"version": "1.1.0",
"keywords": [
"jquery-plugin",
"jquery-ui",
"selectmenu",
"native",
"pop-up"
],
"author": {
"name": "Felix Nagel",
"url": "http://www.felixnagel.com"
},
"repository": {
"type": "git",
"url": "git://github.com/fnagel/jquery-ui-extensions.git#selectmenu"
},
"bugs": {
"url": "https://github.com/fnagel/jquery-ui-extensions/issues"
},
"scripts": {
"test": "grunt"
},
"dependencies": {},
"devDependencies": {
"grunt": "0.4.2",
"grunt-contrib-compress": "0.5.0",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-jshint": "0.7.1",
"grunt-contrib-uglify": "0.1.1",
"grunt-contrib-watch": "0.4.0",
"grunt-jscs-checker": "0.3.1"
}
}