-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 743 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 743 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
{
"title": "Theme / Spring Light",
"name": "brackets-theme-spring-light",
"description": "A light theme with natural, fresh and readable palette. Best for PHP, JS, CSS",
"keywords": ["light", "theme", "spring","css","php","js"],
"homepage": "https://github.com/MerryPanda/brackets-theme-spring-light",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MerryPanda/brackets-theme-spring-light.git"
},
"bugs": {
"url": "https://github.com/MerryPanda/brackets-theme-spring-light/issues"
},
"author": {
"name": "MerryPanda",
"url": "https://github.com/MerryPanda"
},
"theme": {
"file": "theme.spring.light.less",
"dark": false
},
"engines": {
"brackets": ">=1.0.0"
},
"version": "1.0.1"
}