PluginProbe
MailerLite – WooCommerce integration / 2.0
MailerLite – WooCommerce integration v2.0
3.1.25 3.1.26 3.1.24 3.1.23 3.1.22 3.1.21 3.1.20 3.1.19 3.1.18 3.1.17 3.1.16 3.1.15 1.8.7 1.8.8 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 All 147 releases
woo-mailerlite / package.json

package.json in MailerLite – WooCommerce integration 2.0, at package.json

42 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "woo-mailerlite",
3 "version": "1.5.7",
4 "private": true,
5 "description": "Official MailerLite integration for WooCommerce",
6 "directories": {
7 "js": "",
8 "sass": "",
9 "css": "",
10 "build": "./build",
11 "languages": "./languages"
12 },
13 "pot": {
14 "type": "wp-plugin",
15 "textdomain": "woo-mailerlite",
16 "src": "woo-mailerlite.php",
17 "header": {
18 "bugs": "https://mailerlite.com/",
19 "team": "MailerLite <support@mailerlite.com>",
20 "last_translator": "MailerLite <support@mailerlite.com>"
21 }
22 },
23 "dependencies": {},
24 "devDependencies": {
25 "clean-css": "^4.2.1",
26 "grunt": "^1.0.1",
27 "grunt-autoprefixer": "^3.0.3",
28 "grunt-checktextdomain": "^1.0.0",
29 "grunt-contrib-clean": "~0.5.0",
30 "grunt-contrib-compress": "^1.2.0",
31 "grunt-contrib-copy": "^1.0.0",
32 "grunt-contrib-less": "^1.3.0",
33 "grunt-contrib-uglify": "^1.0.1",
34 "grunt-contrib-watch": "^1.0.0",
35 "grunt-newer": "^1.1.0",
36 "grunt-potomo": "~3.2.0",
37 "grunt-wp-i18n": "~0.5.1",
38 "grunt-wp-readme-to-markdown": "^0.9.0",
39 "load-grunt-tasks": "~0.2.0"
40 }
41 }
42