-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
24 lines (24 loc) · 799 Bytes
/
composer.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
{
"name": "olegabr/ether-and-erc20-tokens-woocommerce-payment-gateway",
"description": "Ether and ERC20 tokens WooCommerce Payment Gateway enables customers to pay with Ether or any ERC20 or ERC223 token on your WooCommerce store.",
"keywords": ["ethereum", "erc20", "wordpress", "woocommerce", "payment", "gateway", "erc223", "blockchain"],
"type": "project",
"homepage": "https://ethereumico.io/",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/olegabr/web3.php"
}
],
"require": {
"sc0vu/web3.php": "dev-master"
},
"license": "GPLv3",
"authors": [
{
"name": "Oleg Abrosimov",
"email": "[email protected]"
}
],
"minimum-stability": "dev"
}