mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
0.4.7
This commit is contained in:
parent
23e349341d
commit
c785724655
1 changed files with 7 additions and 15 deletions
22
package.json
22
package.json
|
|
@ -1,22 +1,13 @@
|
|||
{
|
||||
"name": "strftime",
|
||||
"description": "strftime for JavaScript",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"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/"
|
||||
}
|
||||
"Sami Samhuri <sami@samhuri.net> (http://samhuri.net)",
|
||||
"Andrew Schaaf <andrew@andrewschaaf.com> (http://andrewschaaf.com/)",
|
||||
"Rob Colburn <rob@robcolburn.com> (http://robcolburn.com/)"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -45,5 +36,6 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {}
|
||||
}
|
||||
"devDependencies": {},
|
||||
"optionalDependencies": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue