| 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 |
|