-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·56 lines (56 loc) · 2 KB
/
package.json
File metadata and controls
executable file
·56 lines (56 loc) · 2 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "Meyer",
"version": "1.0.3",
"description": "Meyer is a modern, responsive theme for showcasing beautiful merchandise. It is extremely customizable, and includes large product spaces, featured product cards, and extensive navigation and search pages. Meyer uses Material Design concepts and Angular, for a fast, responsive, and interactive store experience.",
"excerpt": "Meyer is a responsive theme built on Angular, with a clean design and robust customization settings.",
"main": "theme.yaml",
"lemonstand": {
"code": "meyer",
"type": "theme",
"options": "options.json",
"demo": "https://meyer.lemonstand.com",
"screenshots": {
"small": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-meyer/master/resources/screenshots/tiny-square.png",
"large": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-meyer/master/resources/screenshots/large-square.png",
"full": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-meyer/master/resources/screenshots/full-size.png"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:lemonstand/lscloud-theme-meyer.git"
},
"author": "LemonStand <support@lemonstand.com> (http://docs.lemonstand.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/matt-neill/lemonstand-meyer/issues"
},
"homepage": "https://github.com/matt-neill/lemonstand-meyer#readme",
"devDependencies": {
"bower": "^1.7.9",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.1",
"node-bourbon": "^4.2.3",
"node-neat": "^1.7.2"
},
"keywords": [
"hero-image",
"customizable",
"fashion",
"angularjs",
"3-page-checkout",
"material-design",
"large-catalog"
],
"dependencies": {
"lemonsync": "^1.0.14"
}
}