Revision 3642185621d7ee21a2cfd3fa37c1fa6f89d2368b authored by mvdbeek on 29 November 2023, 18:20:07 UTC, committed by mvdbeek on 29 November 2023, 18:20:07 UTC
1 parent cd46ff3
Raw File
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",
  "devDependencies": {},
  "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