-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.5 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "csshat-language-scss-compass",
"title": "SCSS (compass)",
"version": "1.0.1",
"description": "Sass language",
"main": "dust.js",
"scope": "source.scss",
"engines": {
"csshat": "~2.0.0",
"avocode": "*"
},
"homepage": "https://github.com/csshat/language-scss-compass",
"repository": {
"type": "git",
"url": "https://github.com/csshat/language-scss-compass"
},
"bugs": {
"url": "https://github.com/csshat/language-scss-compass/issues"
},
"author": "Petr Brzek <[email protected]> (https://github.com/petrbrzek)",
"contributors": [
"Marek Hrabe <[email protected]> (https://github.com/marekhrabe)"
],
"license": "MIT",
"dependencies": {
"octopus-helpers": "^0.2.9"
},
"settings": {
"inheritFontStyles": {
"type": "boolean",
"default": true
},
"selector": {
"type": "boolean",
"default": false
},
"selectorTextStyle": {
"type": "hidden",
"options": [
"Dash case",
"Snake case",
"Camel case"
],
"default": "Dash case"
},
"selectorType": {
"type": "select",
"options": [
"id",
"class",
"element"
],
"default": "class"
},
"colorType": {
"type": "select",
"options": [
"hex",
"rgb",
"hsl"
],
"default": "hex"
},
"showTextSnippet": {
"type": "boolean",
"default": true
}
},
"bundledDependencies": [
"octopus-helpers"
]
}