Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement] Add missing bower.json. #313

Open
timgluz opened this issue Jan 7, 2014 · 4 comments
Open

[enhancement] Add missing bower.json. #313

timgluz opened this issue Jan 7, 2014 · 4 comments

Comments

@timgluz
Copy link

timgluz commented Jan 7, 2014

Hey, maintainer(s) of aino/galleria!

We at VersionEye are working hard to keep up the quality of the bower's registry.

We just finished our initial analysis of the quality of the Bower.io registry:

7530 - registered packages, 224 of them doesnt exists anymore;

We analysed 7306 existing packages and 1070 of them don't have bower.json on the master branch ( that's where a Bower client pulls a data ).

Sadly, your library aino/galleria is one of them.

Can you spare 15 minutes to help us to make Bower better?

Just add a new file bower.json and change attributes.

{
  "name": "aino/galleria",
  "version": "1.0.0",
  "main": "path/to/main.css",
  "description": "please add it",
  "license": "Eclipse",
  "ignore": [
    ".jshintrc",
    "**/*.txt"
  ],
  "dependencies": {
    "<dependency_name>": "<semantic_version>",
    "<dependency_name>": "<Local_folder>",
    "<dependency_name>": "<package>"
  },
  "devDependencies": {
    "<test-framework-name>": "<version>"
  }
}

Read more about bower.json on the official spefication and nodejs semver library has great examples of proper versioning.

NB! Please validate your bower.json with jsonlint before commiting your updates.

Thank you!

Timo,
twitter: @versioneye
email: timo@versioneye.com
VersionEye - no more legacy software!

@epotvin
Copy link

epotvin commented Jan 13, 2015

Is somebody going to spare those 15 minutes to fix this?

rimig pushed a commit to rimig/galleria that referenced this issue Feb 17, 2015
@rimig
Copy link

rimig commented Feb 17, 2015

I just submitted #350

I've been using that bower.json on my own project, seems to be working fine.

rimig pushed a commit to rimig/galleria that referenced this issue Feb 25, 2015
rimig pushed a commit to rimig/galleria that referenced this issue Feb 25, 2015
rimig pushed a commit to rimig/galleria that referenced this issue Feb 25, 2015
rimig pushed a commit to rimig/galleria that referenced this issue Feb 25, 2015
@avindra
Copy link

avindra commented Jul 24, 2015

Can you please add this to bower? or npm? Looks like a great plugin but would like to include it in a more maintainable way.

@rimig
Copy link

rimig commented Jul 24, 2015

Appears it's in bower now:

$ bower search galleria
Search results:

    jquery-galleria git://github.com/aino/galleria.git
    galleria git://github.com/aino/galleria.git
    ng-galleria git://github.com/verico/ng-galleria.git
    ng-cordova-galleria-childwindow git://github.com/verico/ng-cordova-galleria-childwindow.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants