-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "woocommerce-flatratepay-gateway",
"version": "1.0.0",
"description": "<img src=\"https://github.com/GivePay/WooCommerce-FlatRatePay-Gateway/raw/master/FlatRatePay/img/logo.png\" width=250/>",
"main": "FlatRatePay/assets/js/flatratepay.js",
"private": true,
"scripts": {
"dev": "webpack --watch --config webpack.dev.js",
"prod": "webpack --config webpack.prod.js"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/GivePay/WooCommerce-FlatRatePay-Gateway.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GivePay/WooCommerce-FlatRatePay-Gateway/issues"
},
"homepage": "https://github.com/GivePay/WooCommerce-FlatRatePay-Gateway#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"jquery": "^3.4.1",
"lodash": "^4.17.11"
}
}