-
Notifications
You must be signed in to change notification settings - Fork 34
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.14",
"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"
}
}