forked from Vhornets/brackets-builder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
18 lines (18 loc) · 928 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "brackets-builder-extended",
"title": "Brackets Builder Extended",
"description": "Allow to run build programs (such as running Bash/NodeJS/Python/Ruby/etc. scripts) from Brackets and display results in panel. It is possible to create own build systems via 'Edit>Edit Builder' menu item and editing opened JSON-file (you need to restart Brackets). Press Ctrl(Cmd)-B to build current file. Extended from https://github.com/vhornets/brackets-builder.",
"homepage": "https://github.com/kmashint/brackets-builder",
"version": "0.0.6",
"author": "Vhornets<[email protected]>, Kmashint<[email protected]>",
"files": [
"main.js",
"domain.js",
"brackets-builder.css",
"brackets-builder-panel.html",
"README.md",
"builder.json"
],
"contributors": ["Vhornets", "rwinzcyruz", "IonicaBizau", "Kmashint"],
"keywords": ["builder","build"]
}