27 lines
655 B
JSON
27 lines
655 B
JSON
{
|
|
"author": "BTCPay",
|
|
"name": "woocommerce-plugin",
|
|
"license": "MIT",
|
|
"description": "BTCPay payment gateway for WooCommerce",
|
|
"version": "2.2.24",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/btcpayserver/woocommerce-plugin.git"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-compress": "^1.3.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^1.0.1",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-php-cs-fixer": "0.0.8"
|
|
},
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|