-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 823 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 823 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
26
27
28
29
30
{
"name": "brackets.swatcher",
"title": "Swatcher",
"description": "Generates CodeHints/Colorpalettes from importing via LESS/SASS Files, Images (Colorpicker) or Adobe Swatchfiles (*.aco, *.ase)",
"homepage": "https://github.com/FreaKzero/brackets-swatcher",
"version": "1.2.2",
"author": "FreaKzero <pete@freakzero.com>",
"license": "GPL",
"categories" : "color",
"keywords" : [
"less",
"sass",
"scss",
"photoshop",
"swatch"
],
"engines": {
"brackets": ">=1.5.0"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-less": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-copy": "*",
"grunt-run": "*"
}
}