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