-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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": "brackets-couzDevExtension",
"version": "0.0.1",
"description": "Experimental work",
"homepage": "https://github.com/couzteau/brackets-couzDevExtension",
"author": "Jochen Hagentröm",
"keywords": [
"extension",
"brackets",
"git"
],
"maintainers": [
{
"name": "Couzteau",
"email": "couzteau@bitfaeule.net",
"web": "https://github.com/couzteau/brackets-couzDevExtension"
}
],
"contributors": [
{
"name": "Couzteau",
"email": "couzteau@bitfaeule.net",
"web": "https://github.com/couzteau/brackets-couzDevExtension"
},
{
"name": "iwehrman",
"web": "https://github.com/iwehrman"
}
],
"bugs": {
"mail": "couzteau@bitfaeule.net",
"web": "https://github.com/couzteau/brackets-couzDevExtension/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/couzteau/brackets-couzDevExtension"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/couzteau/brackets-couzDevExtension.git"
}
]
}