This repository was archived by the owner on Apr 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathorigami.json
59 lines (59 loc) · 1.48 KB
/
origami.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
54
55
56
57
58
59
{
"description": "Responsive hierarchical nav",
"origamiType": "module",
"origamiCategory": "components",
"origamiVersion": 1,
"support": "https://github.com/Financial-Times/o-hierarchical-nav/issues",
"supportContact": {
"email": "[email protected]",
"slack": "financialtimes/ft-origami"
},
"supportStatus": "dead",
"browserFeatures": {
"required": [
"classlist",
"createevent",
"~html5-elements"
],
"optional": [
"datauri",
"cssgradients",
"mediaqueries",
"csstransitions"
]
},
"ci": {
"circle": "https://circleci.com/api/v1/project/Financial-Times/o-hierarchical-nav"
},
"demosDefaults": {
"sass": "demos/src/scss/demo.scss",
"js": "demos/src/js/responsive-nav.js",
"dependencies": "o-fonts@^3.0.0,o-normalise@^1.0.0"
},
"demos": [
{
"title": "Nav",
"name": "nav",
"template": "demos/src/nav.mustache",
"description": "A responsive multi-level menu for site navigation"
},
{
"title": "Responsive Nav",
"name": "responsive-nav",
"template": "demos/src/responsive-nav.mustache",
"description": "A demo responsive layout where the navigation is hidden behind a single item at a narrow screen width"
},
{
"title": "Mega Dropdown",
"name": "mega-dropdown",
"template": "demos/src/mega-dropdown.mustache",
"description": "A mega dropdown menu for sites with a large tree-like navigation"
},
{
"title": "Pa11y",
"name": "pa11y",
"template": "demos/src/pa11y.mustache",
"hidden": true
}
]
}