2016-07-14 14:07:22 +00:00
|
|
|
{
|
2016-07-14 14:09:57 +00:00
|
|
|
"name": "woocommerce/woocommerce",
|
2016-07-14 14:07:22 +00:00
|
|
|
"description": "An e-commerce toolkit that helps you sell anything. Beautifully.",
|
|
|
|
"homepage": "https://woocommerce.com/",
|
|
|
|
"type": "wordpress-plugin",
|
|
|
|
"license": "GPL-2.0+",
|
|
|
|
"require": {
|
2017-01-24 13:17:16 +00:00
|
|
|
"composer/installers": "~1.2"
|
2016-09-13 21:24:01 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"squizlabs/php_codesniffer": "*",
|
2017-03-21 14:32:15 +00:00
|
|
|
"wp-coding-standards/wpcs": "0.10.0",
|
2017-07-20 16:32:21 +00:00
|
|
|
"phpunit/phpunit": "6.2.3"
|
2016-09-13 21:24:01 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
2016-09-16 05:17:16 +00:00
|
|
|
"\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
|
2016-09-15 22:18:35 +00:00
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
2016-09-16 05:17:16 +00:00
|
|
|
"\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
|
2016-09-13 21:24:01 +00:00
|
|
|
]
|
2016-07-14 14:07:22 +00:00
|
|
|
}
|
|
|
|
}
|