-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 1.34 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
{
"name": "safety-dance",
"version": "1.0.0",
"description": "Genesis starter theme with a modern development workflow.",
"repository": {
"type": "git",
"url": "https://github.com/seothemes/safety-dance.git"
},
"author": "Neutron Creative Inc",
"license": "GPL-3.0-or-later",
"main": "Gulpfile.js",
"scripts": {},
"dependencies": {},
"devDependencies": {
"bourbon": "^5.1.0",
"gridkit": "^1.0.0",
"gulp": "^3.9.1",
"gulp-src-ordered-globs": "^1.0.3",
"gulp-wp-toolkit": "^2.3.2",
"gulp-zip": "^4.1.0",
"mqkit": "^1.0.3",
"prettier": "^1.13.4",
"prettier-stylelint": "^0.4.2",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-wordpress": "^13.1.0",
"stylelint-order": "^0.8.1"
},
"theme": {
"name": "Safety Dance",
"uri": "https://neutroncreative.com/safety-dance/",
"authoruri": "https://neutroncreative.com",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"domainpath": "/languages",
"textdomain": "safety-dance",
"template": "genesis",
"tags": "one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready"
}
}