{ "port": 3000, "address": "http://localhost", "editor": { "mode": null, "version": null }, "dirPath": "./.learn", "configPath": "./learn.json", "outputPath": "./.learn/dist", "publicPath": "/preview", "grading": "incremental", "exercisesPath": "./", "webpackTemplate": null, "disableGrading": false, "actions": [ "build", "test", "reset" ], "entries": { "html": "index.html", "vanillajs": "index.js", "react": "app.jsx", "node": "app.js", "python3": "app.py", "java": "app.java" }, "difficulty": "easy", "duration": 2, "description": "", "title": "Flask Learning Environment", "slug": "flask-learning-environment" }