https://github.com/galaxyproject/galaxy
Revision cee85bae67377d3fad42bec5b4ebb022aaf7b2c7 authored by Nate Coraor on 24 February 2016, 16:18:19 UTC, committed by Nate Coraor on 24 February 2016, 16:18:19 UTC
1 parent 78f441b
Raw File
Tip revision: cee85bae67377d3fad42bec5b4ebb022aaf7b2c7 authored by Nate Coraor on 24 February 2016, 16:18:19 UTC
Security fixes for tool shed repository browsing
Tip revision: cee85ba
package.json
{
  "name": "galaxy-client",
  "version": "0.1.0",
  "description": "Galaxy client application build system",
  "keywords": [
    "galaxy"
  ],
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-copy": "^0.5.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-exec": "^0.4.6"
  }
}
back to top