-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 741 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 741 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
{
"name": "starboy.external-changes-dialog",
"title": "External Changes Dialog",
"description": "Removing “External changes” dialog by automatically clicking on “Cancel” button",
"keywords": [ "external", "changes", "dialog", "remove", "starboy" ],
"version": "0.0.3",
"license": "MIT",
"homepage": "https://github.com/StarboyCZ/external-changes-dialog",
"author": {
"name": "Jiří Dvořák",
"email": "info@dvorakj.com",
"url": "https://github.com/StarboyCZ"
},
"repository": {
"type": "git",
"url": "https://github.com/StarboyCZ/external-changes-dialog.git"
},
"engines": {
"brackets": "1.14.2"
},
"files": [
"LICENSE",
"main.js",
"package.json",
"README.md"
]
}