-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 775 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 775 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
{
"name": "brackets-image-convert",
"title": "Brackets Image Convert",
"description": "A brackets extension which provides a wizard like interface to convert images using Imagemagick. Note: ImageMagick has to be installed on the system for this extension to work. Please restart Brackets after installing the extension",
"homepage": "https://github.com/hussainb/Brackets-Image-Convert",
"version": "1.0.3",
"author": "Hussainb <hussain.bharmal@outlook.com>",
"license": "MIT",
"categories": "external",
"keywords": [
"imagemagick",
"converter",
"image",
"manipulate",
"resize",
"crop"
],
"files": [
"main.js",
"README.md"
],
"engines": {
"brackets": ">=0.37.0"
}
}