-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 2.37 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": "godaddy-email-marketing-sign-up-forms",
"title": "GoDaddy Email Marketing",
"description": "Allow your site visitors to subscribe to your email lists using a sidebar widget.",
"version": "1.4.3",
"author": "GoDaddy",
"license": "GPL-2.0",
"repository": "godaddy/wp-godaddy-email-marketing",
"homepage": "https://wordpress.org/plugins/godaddy-email-marketing-sign-up-forms/",
"bugs": {
"url": "https://github.com/godaddy/wp-godaddy-email-marketing/issues"
},
"engines": {
"node": ">= 7.5.0",
"php": ">= 5.2",
"wordpress": ">= 3.8"
},
"badges": [
"[![Build Status](https://travis-ci.org/<%= pkg.repository %>.svg?branch=master)](https://travis-ci.org/<%= pkg.repository %>)",
"[![devDependencies Status](https://david-dm.org/<%= pkg.repository %>/master/dev-status.svg)](https://david-dm.org/<%= pkg.repository %>/master?type=dev)",
"[![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": {
"@wordpress/babel-preset-default": "^1.3.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"cross-env": "^5.2.0",
"css-loader": "^3.5.1",
"eslint": "^4.19.1",
"extract-text-webpack-plugin": "^3.0.2",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-potomo": "^3.5.0",
"grunt-shell": "^2.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-deploy": "^2.0.0",
"grunt-wp-i18n": "^1.0.2",
"grunt-wp-readme-to-markdown": "^2.0.1",
"matchdep": "^2.0.0",
"postcss-loader": "^2.1.6",
"raw-loader": "^0.5.1",
"webpack": "^4.42.1"
},
"scripts": {
"version": "grunt version && git add -A .",
"postversion": "git push && git push --tags"
}
}