forked from vadikom/smartmenus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "smartmenus",
"title": "SmartMenus",
"description": "Advanced jQuery website menu plugin. Mobile first, responsive and accessible list-based website menus that work on all devices.",
"keywords": [
"menu",
"navigation",
"accessible",
"responsive",
"mobile",
"ui",
"jquery-plugin",
"bootstrap",
"ecosystem:jquery"
],
"version": "1.1.0",
"version_keyboard_addon": "0.4.0",
"version_bootstrap_addon": "0.4.1",
"version_bootstrap_4_addon": "0.1.0",
"main": "dist/jquery.smartmenus.js",
"author": {
"name": "Vasil Dinkov",
"email": "vasko.dinkov@gmail.com",
"url": "http://vadikom.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "git://github.com/vadikom/smartmenus.git"
},
"bugs": "https://github.com/vadikom/smartmenus/issues",
"homepage": "http://www.smartmenus.org/",
"docs": "http://www.smartmenus.org/docs/",
"download": "http://www.smartmenus.org/download/",
"dependencies": {
"jquery": ">=1.7.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-zip": "~0.7.0"
}
}