-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.62 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
{
"name": "Hype",
"version": "1.0.0",
"description": "Hype is catered towards more specialized or boutique stores, especially ones in food and beverage. Product pages feature large images that are stacked while the product details stay fixed to the right, allowing for larger images at the front and center. Use this theme if allowing customers to see all angles of your product helps increase conversions.",
"excerpt": "Hype is a theme that caters to boutique stores, especially ones that sell food and beverage products.",
"main": "index.js",
"lemonstand" : {
"code":"hype",
"type": "theme",
"options": "options.json",
"demo": "https://hype.lemonstand.com",
"screenshots" : {
"small": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-hype/master/resources/screenshots/tiny-square.png",
"large": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-hype/master/resources/screenshots/large-square.png",
"full": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-hype/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-hype.git"
},
"author": "LemonStand <[email protected]> (http://docs.lemonstand.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/lemonstand/lscloud-theme-hype/issues"
},
"homepage": "https://github.com/lemonstand/lscloud-theme-hype#readme",
"keywords": [
"minimal",
"food",
"hero-image",
"1-page-checkout",
"small-cactalog"
]
}