-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 771 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
{
"name": "dockerfile",
"title": "Dockerfile Syntax Highlighter",
"version": "1.0.0",
"description": "Syntax highlighting support for Dockerfiles",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/patrickbusch/brackets-dockerfile-extension"
},
"keywords": [
"docker",
"dockerfile",
"syntax",
"highlighting"
],
"author": "Patrick Busch <p@trickbusch.de> (https://github.com/patrickbusch)",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/patrickbusch/brackets-dockerfile-extension/issues"
},
"homepage": "https://github.com/patrickbusch/brackets-dockerfile-extension",
"engines": {
"brackets": ">=0.24.0"
}
}