-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 718 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 718 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
{
"title": "Themes for Brackets",
"name": "themesforbrackets",
"author": "Jacob Lauritzen <jacsebl@hotmail.com>",
"contributors": "Eric Johnson <wormeyman@gmail.com>",
"description": "Theme-pack that styles the whole editor!",
"version": "2.0.14",
"keywords": [
"themes",
"brackets",
"custom",
"highlight",
"skins"
],
"homepage": "https://github.com/Jacse/themes-for-brackets",
"bugs": "https://github.com/Jacse/themes-for-brackets/issues",
"repository": {
"type": "git",
"url": "git://github.com/Jacse/themes-for-brackets.git"
},
"engines": {
"brackets": ">=1.0.0"
},
"categories": "visual"
}