forked from mollie/WooCommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.24 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
{
"name": "mollie-payments-for-woocommerce",
"version": "5.6.1",
"license": "GPL-2.0-or-later",
"description": "Accept payments in WooCommerce with the official Mollie plugin",
"keywords": [
"Mollie",
"WooCommerce",
"WordPress"
],
"authors": [
{
"name": "Inpsyde GmbH",
"homepage": "https://inpsyde.com/",
"email": "[email protected]",
"role": "Company"
},
{
"name": "Mollie B.V.",
"email": "[email protected]"
}
],
"homepage": "https://github.com/mollie/WooCommerce",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "[email protected]:mollie/WooCommerce.git"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.4.5",
"@symfony/webpack-encore": "^0.28.2",
"date-and-time": "^0.14.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-help-doc": "^1.1.1",
"gulp-phpunit": "^0.26.0",
"gulp-rename": "^2.0",
"gulp-zip": "^4.2.0",
"minimist": "^1.2.3",
"node-sass": "^4.13.0",
"pump": "^3.0.0",
"sass-loader": "^7.0.1"
},
"scripts": {
"watch": "webpack --watch",
"build": "gulp buildAssets",
"setup": "gulp setup"
}
}