-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
{
"name": "Autonomie",
"version": "1.0.0",
"description": "Autonomie is a highly semantic, responsive, accessible and seo optimized WordPress Theme. It provides HTML5 templates refined with microformats, microformats v2 and microdata (Schema.org). Autonomie supports a lot of OpenWeb plugins and is fully IndieWeb compatible.",
"repository": {
"type": "git",
"url": "https://github.com/pfefferle/Autonomie.git"
},
"bugs": {
"url": "https://github.com/pfefferle/Autonomie/issues"
},
"keywords": [
"custom-menu",
"custom-colors",
"custom-header",
"custom-logo",
"featured-image-header",
"flexible-header",
"sticky-post",
"microformats",
"rtl-language-support",
"translation-ready",
"full-width-template",
"post-formats",
"threaded-comments",
"footer-widgets",
"one-column",
"editor-style",
"featured-images",
"theme-options",
"blog",
"news",
"photography",
"wide-blocks"
],
"author": {
"name": "Matthias Pfefferle",
"url": "https://notiz.blog/"
},
"license": "MIT",
"homepage": "https://github.com/pfefferle/Autonomie",
"devDependencies": {
"grunt": "^1.5.2",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "~2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-string-replace": "^1.3.1",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0",
"sass": "^1.51.0"
}
}