Skip to content

Allow declaration of requirements in script manifests. #4

@drobbins

Description

@drobbins

For example:

{
    "name" : "TCGA Scraper",
    "description" : "Scrapes the directory structure of the TCGA into an RDF graph",
    "url" : "https://raw.github.com/drobbins/TCGApps/master/Scraper/tcgascraper.js",
    "dependencies" : [
        "http://example.com/dep1.js",
        "http://example.com/dep4.js"
    ]
}

would load http://example.com/dep1.js and http://example.com/dep4.js before loading TCGA scraper.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions