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
23 lines (23 loc) · 707 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "jdiehl.less-autocompile",
"title": "LESS AutoCompile",
"description": "Automatically compiles less files upon saving.",
"homepage": "https://github.com/jdiehl/brackets-less-autocompile",
"version": "1.1.11",
"author": {
"name": "Jonathan diehl",
"url": "https://github.com/jdiehl"
},
"contributors": [
"James Lawrence (https://github.com/jlaw90)",
"Martin Zagora (https://github.com/zaggino)",
"Dimitar S. (https://github.com/deemeetar)",
"Fez Vrasta (https://github.com/FezVrasta)",
"Kenneth Ruddick (https://github.com/KenRud)",
"Florian Fida (https://github.com/piccaso)"
],
"license": "MIT",
"engines": {
"brackets": ">=0.31.0"
}
}