forked from gijsroge/priority-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 938 Bytes
/
bower.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
{
"name": "priority-nav",
"title": "priority-nav",
"version": "1.0.12",
"main": [
"dist/priority-nav.js",
"dist/priority-nav-core.css"
],
"description": "Priority+ pattern navigation that hides menu items if they don't fit on screen.",
"homepage": "http://gijsroge.github.io/priority-nav.js/",
"author": {
"name": "Gijs Rogé",
"url": "http://twitter.com/gijsroge"
},
"repository": {
"type": "git",
"url": "https://github.com/gijsroge/priority-navigation.git"
},
"keywords": [
"priority+",
"responsive",
"navigation"
],
"license": {
"type": "MIT",
"url": "https://github.com/gijsroge/priority-navigation/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/gijsroge/priority-navigation/issues"
},
"ignore": [
"**/.*",
"*.json",
"demo/.npm/node_modules",
"src",
"node_modules",
"bower_components",
"Gruntfile.js"
]
}