mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
Add contributors to Readme & package.json
This commit is contained in:
parent
c93f523951
commit
23e349341d
2 changed files with 24 additions and 1 deletions
11
Readme.md
11
Readme.md
|
|
@ -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))
|
||||
|
|
|
|||
14
package.json
14
package.json
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue