DmitryBaranovskiy / g.raphael

Charts for Raphaël
http://g.raphaeljs.com/
1.52k stars 435 forks source link

[enhancement] Add missing bower.json. #196

Open timgluz opened 10 years ago

timgluz commented 10 years ago

Hey, maintainer(s) of DmitryBaranovskiy/g.raphael!

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 DmitryBaranovskiy/g.raphael 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": "DmitryBaranovskiy/g.raphael",
  "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!

KedneckInc commented 9 years ago

I have to add a vote for this. I'd also like to push for the latest version of g.raphael being made available for bower installation. I just spent several hours figuring out that the raphael and g.raphael made available through bower were not compatible.

daviestar commented 9 years ago

me too. +1

cbratschi commented 9 years ago

+1

scottux commented 9 years ago

:+1: