AshesOfOwls / jquery.shapeshift

A dynamic grid system with drag and drop functionality.
http://ashesofowls.github.com/jquery.shapeshift/
MIT License
1.67k stars 311 forks source link

[enhancement] Add missing bower.json. #89

Open timgluz opened 10 years ago

timgluz commented 10 years ago

Hey, maintainer(s) of McPants/jquery.shapeshift!

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 McPants/jquery.shapeshift 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": "McPants/jquery.shapeshift",
  "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!

antonini commented 10 years ago

+1

@McPants, Can you do that?

AshesOfOwls commented 10 years ago

Added. I hate to be an apologize machine but sorry again for the lack of updates. I am getting a few projects finished over the next few weeks and I really want to get back into this project. Hope this helps in that regard.

Thank you all for the support and enthusiasm for Shapeshift. It really has grown above any expectations I had for it which resulted in my being overwhelmed. I will need to make it a more open source community driven project but at the moment I do not have a plan for doing that.