Revision f722e122f723ec37b95aa669a1f60f53260e0f71 authored by Matthias Bernt on 08 June 2023, 13:54:28 UTC, committed by Matthias Bernt on 08 June 2023, 13:54:28 UTC
1 parent 1ee21e3
Raw File
package.json
{
  "name": "@galaxyproject/galaxy",
  "version": "1.0.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.0.0",
    "cpy-cli": "^4.2.0"
  }
}
back to top