A small Slim application for returning a list of pages in a MediaWiki category, ordered by Dale-Chall readability scores.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
338 B

  1. {
  2. "name": "mw-category-readability",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "tests"
  8. },
  9. "dependencies": {
  10. "oojs-ui": "^0.26.4"
  11. },
  12. "devDependencies": {},
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "author": "",
  17. "license": "ISC"
  18. }