forked from lemonstand/lscloud-theme-bones
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.81 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.81 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
{
"name": "Bones base theme",
"version": "1.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.",
"main": "README.md",
"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"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/lemonstand/lscloud-theme-bones.git"
},
"author": "LemonStand <support@lemonstand.com> (http://docs.lemonstand.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lemonstand/lscloud-theme-bones/issues"
},
"homepage": "https://github.com/lemonstand/lscloud-theme-bones#readme",
"devDependencies": {
"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": [
"html5",
"sass",
"gulp",
"base-theme",
"node-bourbon"
]
}