-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.91 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
{
"name": "Ventro",
"version": "1.0.0",
"description": "Ventro is a modern responsive theme with clean lines, and minimal color. It is full-width, allowing you to use large hero images to express your value proposition and highlight your latest product. The homepage also has space for three featured categories, with a focus on imagery for visual appeal. The product pages continue with the modern layout with product images on the left, a description on the right, and then a section below for further details or product specifications.",
"excerpt": "Ventro is a theme with clean lines and minimal color that is full width and sports large hero images.",
"main": "index.js",
"lemonstand" : {
"code":"ventro",
"type": "theme",
"options": "options.json",
"demo": "https://ventro.lemonstand.com",
"screenshots" : {
"small": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-ventro/master/resources/screenshots/tiny-square.png",
"large": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-ventro/master/resources/screenshots/large-square.png",
"full": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-ventro/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-ventro.git"
},
"author": "LemonStand <[email protected]> (http://docs.lemonstand.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lemonstand/lscloud-theme-ventro/issues"
},
"homepage": "https://github.com/lemonstand/lscloud-theme-ventro#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0"
},
"keywords": [
"1-page-checkout",
"hero-image",
"responsive",
"electronics"
]
}