wp-liveticker/package.json
Stefan Kalscheuer 0cab1a3580 update JS code style to currently recommended conventions
ES5 support is still present to not introduce breaking changes (dropped
IE10 support) in minor updates.
2019-08-28 11:15:02 +02:00

14 lines
327 B
JSON

{
"name": "stklcode-liveticker",
"version": "1.0.0",
"description": "A simple Liveticker for Wordpress.",
"author": "Stefan Kalscheuer",
"license": "GPL-2.0+",
"devDependencies": {
"eslint": "^6",
"@wordpress/eslint-plugin": "^2.4",
"stylelint": "^10.1",
"stylelint-config-wordpress": "^14.0"
}
}