Enabled WP REST API to query for ticker slug, GMT timestamp and limit parameter as used by AJAX calls. This is done in preparation for migration to WP REST instead of WP AJAX.
14 lines
328 B
JSON
14 lines
328 B
JSON
{
|
|
"name": "stklcode-liveticker",
|
|
"version": "1.2.0-alpha",
|
|
"description": "A simple Liveticker for Wordpress.",
|
|
"author": "Stefan Kalscheuer",
|
|
"license": "GPL-2.0+",
|
|
"devDependencies": {
|
|
"@wordpress/eslint-plugin": "^7",
|
|
"@wordpress/stylelint-config": "^19",
|
|
"eslint": "^7",
|
|
"stylelint": "^13"
|
|
}
|
|
}
|