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 36
/
package.json
85 lines (85 loc) · 2.86 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "primer",
"title": "Primer",
"description": "Primer is a powerful theme that brings clarity to your content in a fresh design. This is the parent for all themes in the GoDaddy Primer theme family.",
"version": "1.8.10",
"author": "GoDaddy",
"license": "GPL-2.0",
"repository": "godaddy-wordpress/primer",
"homepage": "https://github.com/godaddy-wordpress/primer/",
"bugs": {
"url": "https://github.com/godaddy-wordpress/primer/issues"
},
"engines": {
"node": ">= 7.5.0",
"php": ">= 5.2",
"wordpress": ">= 4.4"
},
"browserslist": [
"last 2 versions"
],
"badges": [
"[![CircleCI](https://circleci.com/gh/godaddy-wordpress/primer.svg?style=svg)](https://circleci.com/gh/godaddy-wordpress/primer)",
"[![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/)"
],
"locales": {
"da_DK": "Dansk",
"de_DE": "Deutsch",
"el": "Ελληνικά",
"es_ES": "Español",
"es_MX": "Español de México",
"fi": "Suomi",
"fr_FR": "Français",
"hi_IN": "हिन्दी",
"id_ID": "Bahasa Indonesia",
"it_IT": "Italiano",
"ja": "日本語",
"ko_KR": "한국어",
"mr": "मराठी",
"ms_MY": "Bahasa Melayu",
"nb_NO": "Norsk bokmål",
"nl_NL": "Nederlands",
"pl_PL": "Polski",
"pt_BR": "Português do Brasil",
"pt_PT": "Português",
"ru_RU": "Русский",
"sr_RS": "Српски језик",
"sv_SE": "Svenska",
"th": "ไทย",
"tl": "Tagalog",
"tr_TR": "Türkçe",
"uk": "Українська",
"vi": "Tiếng Việt",
"zh_CN": "简体中文",
"zh_TW": "繁體中文"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"grunt": "^1.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.1",
"grunt-cssjanus": "^0.4.0",
"grunt-image": "^6.4.0",
"grunt-postcss": "^0.9.0",
"grunt-potomo": "^3.5.0",
"grunt-sass": "^3.1",
"grunt-shell": "^2.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.2",
"grunt-wp-readme-to-markdown": "^2.0.1",
"load-grunt-tasks": "^4.0.0",
"matchdep": "^2.0.0",
"node-sass": "^7.0.0",
"susy": "^2.2.14"
},
"scripts": {
"version": "grunt version && git add -A .",
"postversion": "git push && git push --tags"
}
}