This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.81 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
{
"name": "mins",
"title": "Mins",
"description": "Mins is a Primer child theme with a minimal design.",
"version": "1.1.4",
"author": "GoDaddy",
"license": "GPL-2.0",
"repository": "godaddy-wordpress/primer-child-mins",
"homepage": "https://github.com/godaddy-wordpress/primer-child-mins/",
"bugs": {
"url": "https://github.com/godaddy-wordpress/primer-child-mins/issues"
},
"engines": {
"php": ">= 5.2",
"wordpress": ">= 4.4"
},
"browserslist": [
"last 2 versions"
],
"badges": [
"[![CircleCI](https://circleci.com/gh/godaddy-wordpress/primer-child-mins.svg?style=svg)](https://circleci.com/gh/godaddy-wordpress/primer-child-mins)",
"[![License](https://img.shields.io/badge/license-GPL--2.0-brightgreen.svg)](https://github.com/<%= pkg.repository %>/blob/master/license.txt)",
"[![PHP <%= pkg.engines.php %>](https://img.shields.io/badge/php-<% print(encodeURI(pkg.engines.php)) %>-8892bf.svg)](https://secure.php.net/supported-versions.php)",
"[![WordPress <%= pkg.engines.wordpress %>](https://img.shields.io/badge/wordpress-<% print(encodeURI(pkg.engines.wordpress)) %>-blue.svg)](https://wordpress.org/download/release-archive/)"
],
"devDependencies": {
"autoprefixer": "^9.8.6",
"grunt": "^1.1.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-cssjanus": "^0.5.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-readme-to-markdown": "^2.0.1",
"load-grunt-tasks": "^5.1.0",
"matchdep": "^2.0.0",
"node-sass": "^7.0.1"
},
"scripts": {
"version": "grunt version && git add -A .",
"postversion": "git push && git push --tags"
}
}