forked from jdiehl/brackets-less-autocompile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 616 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 616 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "jdiehl.less-autocompile",
"title": "LESS AutoCompile",
"description": "Automatically compiles less files upon saving.",
"homepage": "https://github.com/jdiehl/brackets-less-autocompile",
"version": "1.0.10",
"author": "Jonathan Diehl <jonathan.diehl@gmail.com>",
"contributors": [
"James Lawrence (https://github.com/jlaw90)",
"Martin Zagora (https://github.com/zaggino)",
"Dimitar S. (https://github.com/deemeetar)",
"FezVrasta (https://github.com/FezVrasta)"
],
"license": "MIT",
"engines": {
"brackets": ">=0.24.0"
}
}