-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 861 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 861 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "component-menu",
"description": "Menu component",
"version": "1.0.0",
"keywords": [
"browser",
"menu",
"ui"
],
"contributors": [
"Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)"
],
"dependencies": {
"component-classes": "1.2.1",
"domify": "1.3.0",
"component-emitter": "1.1.3",
"component-empty": "0.0.1",
"component-event": "0.1.4",
"component-query": "0.0.3"
},
"component": {
"styles": [
"menu.css"
],
"scripts": {
"menu/index.js": "index.js"
}
},
"browser": {
"classes": "component-classes",
"emitter": "component-emitter",
"empty": "component-empty",
"event": "component-event",
"query": "component-query"
},
"repository": {
"type": "git",
"url": "https://github.com/component/menu.git"
},
"license": "MIT"
}