forked from adobe-accessibility/Accessible-Mega-Menu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 690 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "accessible-mega-menu",
"version": "1.0.0",
"description": "Fork of Adobe's Accessible Mega Menu ",
"main": "js/jquery-accessibleMegaMenu.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe-accessibility/Accessible-Mega-Menu.git"
},
"author": "Adobe Accessibility",
"license": "SEE LICENSE IN https://github.com/adobe-accessibility/Accessible-Mega-Menu/blob/master/LICENSE",
"bugs": {
"url": "https://github.com/adobe-accessibility/Accessible-Mega-Menu/issues"
},
"homepage": "https://github.com/adobe-accessibility/Accessible-Mega-Menu#readme"
}