-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
78 lines (78 loc) · 2.7 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "Bones",
"version": "2.0.0",
"description": "Bones is a bare bones theme for developers that provides a foundation to get started faster when building a custom online store. All the core LemonStand theme elements, including templates, pages and partials, are already built in, saving you time and letting you get straight to the fun stuff. We stripped out all the styling, giving you a blank canvas to build off.<br/>Use Bones to create a truly unique user experience by designing your online stores without any constraints.",
"excerpt": "Bones provides a foundation for theme developers using HTML5, Sass, Gulp, node-bourbon and more.",
"main": "theme.yaml",
"lemonstand": {
"code": "bones",
"type": "theme",
"options": "options.json",
"demo": "https://bones.lemonstand.com",
"screenshots": {
"small": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-bones/master/resources/screenshots/tiny-square.png",
"large": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-bones/master/resources/screenshots/large-square.png",
"full": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-bones/master/resources/screenshots/full-size.png"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"build:watch": "gulp build:watch",
"build:production": "gulp build --production"
},
"repository": {
"type": "git",
"url": "[email protected]:lemonstand/lscloud-theme-bones.git"
},
"keywords": [
"html5",
"sass",
"gulp",
"base-theme",
"bones",
"v2",
"lemonstand",
"theme"
],
"author": "LemonStand <[email protected]> (http://docs.lemonstand.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/lemonstand/lscloud-theme-bones/issues"
},
"homepage": "https://github.com/lemonstand/lscloud-theme-bones#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"font-awesome": "^4.7.0",
"foundation-sites": "~6.4.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-jshint": "^2.0.4",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.4",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"motion-ui": "^1.2.3",
"vinyl-named": "^1.1.0",
"webpack": "^3.8.1",
"webpack-stream": "^4.0.0",
"yargs": "^9.0.1"
},
"babel": {
"presets": [
"env"
]
},
"dependencies": {
"gulp-htmllint": "0.0.12",
"gulp-util": "^3.0.8"
}
}