-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.68 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
{
"name": "Coastal",
"version": "1.0.0",
"description": "Coastal is a minimal, responsive theme with many areas to add high impact images. While you can definitely use Coastal as-is, Coastal is meant to be customized. The HTML is lean, and the theme is built on the Bootstrap framework, making it easy to change as desired. Also, an optional custom.css is referenced in the theme to make adding overriding styles even easier.",
"excerpt": "Coastal is a minimal theme that is meant to be customized, with many areas to add high impact imagery.",
"main": "index.js",
"lemonstand" : {
"code":"coastal",
"type": "theme",
"options": "options.json",
"demo": "https://coastal.lemonstand.com",
"screenshots" : {
"small": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-coastal/master/resources/screenshots/tiny-square.png",
"large": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-coastal/master/resources/screenshots/large-square.png",
"full": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-coastal/master/resources/screenshots/full-size.png"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lemonstand/lscloud-theme-coastal.git"
},
"keywords": [
"minimal"
],
"author": "LemonStand <[email protected]> (http://docs.lemonstand.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/lemonstand/lscloud-theme-coastal/issues"
},
"homepage": "https://github.com/lemonstand/lscloud-theme-coastal#readme",
"keywords": [
"responsive",
"minimal",
"bootstrap",
"hero-image"
]
}