forked from pfefferle/SemPress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.54 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
{
"name": "SemPress",
"version": "1.7.0",
"wordpress": {
"php": "5.6",
"wordpress": "5.9"
},
"description": "SemPress is an extremely lightweight, responsive theme designed to show off your posts, quotes, and images. SemPress supports multiple post formats, widgets, and the option to upload a custom header or background image. The theme is based on HTML5 mixed with microformats, microformats v2 and microdata (Schema.org).",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/pfefferle/SemPress.git"
},
"bugs": {
"url": "https://github.com/pfefferle/SemPress/issues"
},
"keywords": [
"custom-menu",
"custom-colors",
"custom-header",
"custom-background",
"custom-logo",
"sticky-post",
"microformats",
"rtl-language-support",
"translation-ready",
"full-width-template",
"post-formats",
"threaded-comments",
"right-sidebar",
"theme-options",
"two-columns",
"one-column",
"editor-style",
"featured-images",
"blog",
"news"
],
"author": {
"name": "Matthias Pfefferle",
"url": "https://notiz.blog/projects/sempress/"
},
"license": {
"name": "GNU General Public License",
"version": "3",
"url": "http://www.gnu.org/licenses/gpl.html"
},
"homepage": "https://github.com/pfefferle/SemPress",
"devDependencies": {
"grunt": "~1.6.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-replace": "~2.0.2",
"grunt-sass": "^3.1.0",
"grunt-wp-i18n": "^1.0.3",
"node-sass": "^9.0.0"
}
}