forked from artberri/sidr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidr.jquery.json
More file actions
29 lines (29 loc) · 742 Bytes
/
sidr.jquery.json
File metadata and controls
29 lines (29 loc) · 742 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
{
"name": "sidr",
"title": "Sidr",
"description": "jQuery plugin for creating side menus and the easiest way for doing your menu responsive",
"version": "1.2.1",
"homepage": "https://github.com/artberri/sidr",
"author": {
"name": "Alberto Varela",
"email": "alberto@berriart.com",
"url": "http://www.albertovarelasanchez.com"
},
"repository": {
"type": "git",
"url": "git://github.com/artberri/sidr.git"
},
"bugs": {
"url": "https://github.com/artberri/sidr/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/artberri/sidr/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": ">=1.4.3"
},
"keywords": ["menu", "responsive", "navigation"]
}