mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 09:13:38 +01:00
28 lines
654 B
JSON
28 lines
654 B
JSON
{
|
|
"name": "ascribe",
|
|
"description": "The best WordPress theme ever made!",
|
|
"version": "0.0.1",
|
|
"type": "wordpress-theme",
|
|
"keywords": [],
|
|
"homepage": "http://wordpress.org/themes",
|
|
"license": "GPLv2.0+",
|
|
"authors": [
|
|
{
|
|
"name": "Territorial",
|
|
"email": "us@territorial.ca",
|
|
"homepage": "http://territorial.ca",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"antecedent/patchwork": "1.2.*",
|
|
"phpunit/phpunit" : "*@stable",
|
|
"brianium/paratest" : "dev-master",
|
|
"10up/wp_mock" : "dev-master"
|
|
}
|
|
}
|