Skip to content

Commit

Permalink
package.json: Use real names and add current maintainers
Browse files Browse the repository at this point in the history
This makes our npm page look more maintained.

Using real names are specified by https://www.npmjs.org/doc/files/package.json.html#people-fields-author-contributors

Some maintainers are not added because:

- the person is the author, or
- the person chose to be private in the jadejs organization.

Conversely, some private maintainers are in the package.json because they are
already in it when I got it.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
  • Loading branch information
TimothyGu committed Dec 1, 2014
1 parent 20bf2f6 commit fdb0be5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -4,9 +4,13 @@
"version": "1.8.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"maintainers": [
"forbeslindesay <forbes@lindesay.co.uk>",
"bloodyowl <mlbli@me.com",
"jbnicolai <joshua@jbna.nl>"
"Forbes Lindesay <forbes@lindesay.co.uk>",
"Matthias Le Brun <mlbli@me.com>",
"Joshua Appelman <joshua@jbna.nl>",
"Jonathan Ong <jonathanrichardong@gmail.com>",
"Alex Kocharin <alex@kocharin.ru>",
"Hemanth <hemanth.hm@gmail.com>",
"Timothy Gu <timothygu99@gmail.com>"
],
"license": "MIT",
"repository": {
Expand Down

0 comments on commit fdb0be5

Please sign in to comment.