This repository was archived by the owner on Jan 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.25 KB
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
{
"title": "MailPoet Checkout Subscription for WooCommerce - Legacy",
"name": "mailpoet-woocommerce-add-on",
"author": "seb86",
"license": "GPL-3.0",
"version": "4.0.1",
"description": "Let your customers subscribe to your newsletter or newsletters as they checkout with their purchase.",
"homepage": "https://wordpress.org/plugins/mailpoet-woocommerce-add-on/",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/seb86/MailPoet-WooCommerce-Add-on.git"
},
"bugs": {
"url": "https://github.com/seb86/MailPoet-WooCommerce-Add-on/issues"
},
"dependencies": {
"grunt": "^1.0.1"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "~2.2.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-newer": "~1.3.0",
"grunt-potomo": "~3.5.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "~1.0.0",
"jshint-stylish": "~2.2.0",
"load-grunt-tasks": "~3.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}