Add contributors to Readme & package.json

This commit is contained in:
Sami Samhuri 2012-06-08 16:25:14 -07:00
parent c93f523951
commit 23e349341d
2 changed files with 24 additions and 1 deletions

View file

@ -44,9 +44,18 @@ For details just see `man 3 strftime` as the format specifiers are identical.
**NOTE:** `getLocalizedStrftime` is deprecated, use `localizedStrftime` instead. `getLocalizedStrftime` will be removed in 0.5 or 0.6.
Contributors
============
* [Sami Samhuri](https://github.com/samsonjs)
* [Andrew Schaaf](https://github.com/andrewschaaf)
* [Rob Colburn](https://github.com/robcolburn)
License
=======
Copyright 2010 - 2011 Sami Samhuri sami.samhuri@gmail.com
Copyright 2010 - 2012 Sami Samhuri sami@samhuri.net
MIT (see included [LICENSE](/samsonjs/strftime/blob/master/LICENSE))

View file

@ -4,6 +4,20 @@
"version": "0.4.6",
"homepage": "http://samhuri.net/proj/strftime",
"author": "Sami Samhuri <sami@samhuri.net>",
"contributors": [
{ "name": "Sami Samhuri",
"email": "sami@samhuri.net",
"url": "http://samhuri.net"
},
{ "name": "Andrew Schaaf",
"email": "andrew@andrewschaaf.com",
"url": "http://andrewschaaf.com/"
},
{ "name": "Rob Colburn",
"email": "rob@robcolburn.com",
"url": "http://robcolburn.com/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/samsonjs/strftime.git"