sloisel / numeric

Numerical analysis in Javascript
http://www.numericjs.com/
Other
1.42k stars 176 forks source link

[enhancement] Add missing bower.json. #52

Open timgluz opened 10 years ago

timgluz commented 10 years ago

Hey, maintainer(s) of sloisel/numeric!

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 sloisel/numeric 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": "sloisel/numeric",
  "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!

webnard commented 9 years ago

This would be a great addition. Someone's been updating bower with numericjs, but it doesn't work with wiredep like other bower packages. I'm guessing it's because it's missing the bower.json file.

victorsosa commented 8 years ago

Hi, I already created a PR #70 to fix this.

victorsosa commented 8 years ago

I am also thinking in add a package.json file so anyone can install and use this library using NPM on Nodejs too

zingus commented 7 years ago

So... this issue is being deliberately ignored?

(I found about the library trough bower and planned to use it on the frontend, but not having it autoupdate simply sucks)

victorsosa commented 7 years ago

yep it is

webnard commented 7 years ago

@zingus Dunno if it's deliberate. Just looks like @sloisel's been away for a long, long time.

reptillicus commented 7 years ago

Yup, its needs a forking and some maintenance. There is another issue on here discussing that.

On Mon, Apr 10, 2017 at 10:20 AM, Ian Hunter notifications@github.com wrote:

@zingus https://github.com/zingus Dunno if it's deliberate. Just looks like @sloisel https://github.com/sloisel's been away for a long, long time.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sloisel/numeric/issues/52#issuecomment-292982530, or mute the thread https://github.com/notifications/unsubscribe-auth/ABXuOlApPv9bns9pUxbwMIl10ebi9ktmks5rukisgaJpZM4BX3dq .