No Description

package.json 576B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "flask-dashboard-black",
  3. "version": "1.0.0",
  4. "description": "Flask boilerplate suitable for admin panels.",
  5. "scripts": {
  6. "lint": "eslint ."
  7. },
  8. "engines": {
  9. "node": "8.11.3"
  10. },
  11. "devDependencies": {
  12. "eslint": "5.0.0",
  13. "eslint-config-google": "0.9.1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/app-generator/flask-dashboard-black"
  18. },
  19. "keywords": [
  20. "flask",
  21. "admin-dashboard"
  22. ],
  23. "author": "AppSeed.us",
  24. "contributors": [
  25. "AppSeed Support <support@appseed.us>"
  26. ],
  27. "license": "MIT"
  28. }