This commit is contained in:
erwanlr
2020-12-04 13:10:02 +01:00
parent 1e2d227c56
commit 02d1e30b08
17 changed files with 25714 additions and 1 deletions

View File

@@ -0,0 +1,43 @@
{
"name": "paymentiq-checkout",
"version": "1.0.0",
"description": "PaymentIQ WooCommerce plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run watch",
"watch": "webpack --mode=development --watch --config webpack-config.js",
"build": "webpack --mode=production --config webpack-config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devcode-git/PaymentIQ-Checkout-Plugin-Woocommerce.git"
},
"keywords": [
"Payments",
"Wordpress",
"WooCommerce"
],
"author": "simon.solders@devcode.se",
"license": "ISC",
"bugs": {
"url": "https://github.com/devcode-git/PaymentIQ-Checkout-Plugin-Woocommerce/issues"
},
"homepage": "https://github.com/devcode-git/PaymentIQ-Checkout-Plugin-Woocommerce/blob/main/README.md",
"babel": {
"presets": [
"@babel/preset-env"
]
},
"dependencies": {
"paymentiq-cashier-bootstrapper": "1.3.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}