-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
{
"name": "clicky-menus",
"version": "1.2.0",
"homepage": "https://github.com/mrwweb/clicky-menus#readme",
"description": "Simple click-triggered navigation submenus. Accessible and progressively enhanced.",
"author": {
"name": "Mark Root-Wiley, MRW Web Design",
"url": "https://MRWweb.com/"
},
"license": "MIT",
"keywords": [
"navigation",
"menus",
"accessible",
"progressive",
"enhancement",
"submenus",
"nav",
"dropdown",
"mega",
"menus"
],
"main": "clicky-menus.js",
"style": "clicky-menus.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"clicky-menus.js",
"clicky-menus.css",
"README.md",
"LICENSE",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mrwweb/clicky-menus.git"
},
"bugs": {
"url": "https://github.com/mrwweb/clicky-menus/issues"
},
"funding": [
"https://github.com/sponsors/mrwweb",
"https://www.paypal.com/paypalme/rootwiley"
]
}