Skip to content

Install Backbone does not install dependencies #172

@alexstrat

Description

@alexstrat

I'm doing:

$ bower install backbone

But I don't get Underscore installed as dependency. See my bower list --map (with jquery-ui as additional successful example). Backbone part is empty !

{
  "backbone": {
    "source": {}
  },
  "jquery": {
    "source": {
      "main": "components/jquery/jquery.js"
    }
  },
  "jquery-ui": {
    "source": {
      "main": "components/jquery-ui/ui/jquery-ui.js"
    },
    "dependencies": {
      "jquery": {
        "source": {
          "main": "components/jquery/jquery.js"
        }
      }
    }
  }
}

Why ? I noticed that backbone git repo does not include a component.json. Is that related ? In this case, should not bower use package.json ? Is there an other repo to use ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions