Skip to content
Snippets Groups Projects
package.json 842 B
Newer Older
  • Learn to ignore specific revisions
  • thomaswoehlke's avatar
    thomaswoehlke committed
    {
    
    thomaswoehlke's avatar
    thomaswoehlke committed
      "name": "flask-covid19",
    
    thomaswoehlke's avatar
    thomaswoehlke committed
      "version": "0.0.32",
    
    thomaswoehlke's avatar
    thomaswoehlke committed
      "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
      "main": "index.js",
      "dependencies": {},
      "devDependencies": {},
      "scripts": {
        "test": "test",
    
    Thomas Wöhlke's avatar
    Thomas Wöhlke committed
        "postinstall": "cd src/covid19 && npm install && cd ../.."
    
    thomaswoehlke's avatar
    thomaswoehlke committed
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/thomaswoehlke/covid19python.git"
      },
      "keywords": [
        "virus",
        "pandemic",
        "covid19",
        "data",
        "statistic",
        "who",
        "rki",
        "python",
        "flask",
        "sqlalchemy",
        "postgresql"
      ],
    
    thomaswoehlke's avatar
    thomaswoehlke committed
      "author": "Thomas Woehlke",