Skip to content

Add bower.json and register package #2

@mcasimir

Description

@mcasimir

Hi, cool lib.

I noticed you don't have a bower.json neither you have registered it as a bower package.

Although the following would work

bower i --save https://github.com/periplox/jquery.imagefit.git

I suggest you to add a bower.json as follows to the project, and issue

bower register jquery-imagefit git://github.com/periplox/jquery.imagefit.git

(not sure about license and moduleType fields)

{
  "name": "jquery-imagefit",
  "version": "1.0.0",
  "authors": [
    "periplox <periplox@gmail.com>"
  ],
  "description": "A simple, lightweight plugin to make images fit anywhere and anyway",
  "main": "jquery.imagefit.js",
  "moduleType": [
    "amd"
  ],
  "keywords": [
    "jquery",
    "image",
    "scale",
    "fit"
  ],
  "license": "MIT",
  "homepage": "http://periplox.github.io/jquery.imagefit/",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions