-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
135 additions
and
560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"name": "co-cart/cocart-admin", | ||
"description": "Contains the administrator features for WordPress dashboard as a package.", | ||
"homepage": "https://cocart.xyz", | ||
"type": "wordpress-plugin", | ||
"keywords": [ | ||
"wordpress", | ||
"package", | ||
"woocommerce" | ||
], | ||
"license": "MIT", | ||
"prefer-stable": true, | ||
"minimum-stability": "stable", | ||
"authors": [ | ||
{ | ||
"name": "Sébastien Dumont", | ||
"email": "mailme@sebastiendumont.com", | ||
"homepage": "https://sebastiendumont.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://github.com/co-cart/cocart-admin/issues" | ||
}, | ||
"autoload": { | ||
"classmap": [ | ||
"includes/" | ||
] | ||
}, | ||
"require": { | ||
"composer/installers": "2.0.1", | ||
"co-cart/cocart-sniffs": "0.0.2" | ||
}, | ||
"require-dev": { | ||
"squizlabs/php_codesniffer": "3.6.0" | ||
}, | ||
"scripts": { | ||
"phpcs": [ | ||
"phpcs -s -p" | ||
], | ||
"phpcs-pre-commit": [ | ||
"phpcs -s -p -n" | ||
], | ||
"phpcbf": [ | ||
"phpcbf . -p" | ||
] | ||
}, | ||
"extra": { | ||
"scripts-description": { | ||
"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", | ||
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" | ||
} | ||
} | ||
} |
Oops, something went wrong.