https://github.com/galaxyproject/galaxy
Revision df98405f73df2ff938d8a11204da4815fd19f314 authored by mvdbeek on 05 April 2024, 10:13:07 UTC, committed by mvdbeek on 05 April 2024, 11:54:02 UTC
1 parent aa0a85d
Raw File
Tip revision: df98405f73df2ff938d8a11204da4815fd19f314 authored by mvdbeek on 05 April 2024, 10:13:07 UTC
Always discard session after __handle_waiting_jobs is done
Tip revision: df98405
package.json
{
  "name": "@galaxyproject/galaxy",
  "version": "23.1.0",
  "description": ".. figure:: https://galaxyproject.org/images/galaxy-logos/galaxy_project_logo.jpg    :alt: Galaxy Logo",
  "main": "index.js",
  "scripts": {
    "stage": "cpy './node_modules/@galaxyproject/galaxy-client/dist/*' './static/dist'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/galaxyproject/galaxy.git"
  },
  "author": "Galaxy Contributors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/galaxyproject/galaxy/issues"
  },
  "homepage": "https://github.com/galaxyproject/galaxy#readme",
  "dependencies": {
    "@galaxyproject/galaxy-client": "^23.1.1",
    "cpy-cli": "^5.0.0"
  }
}
back to top