mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
34 lines
898 B
JSON
34 lines
898 B
JSON
{
|
|
"name": "strftime",
|
|
"description": "strftime for JavaScript",
|
|
"version": "0.6.0",
|
|
"homepage": "http://samhuri.net/proj/strftime",
|
|
"author": "Sami Samhuri <sami@samhuri.net>",
|
|
"contributors": [
|
|
"Sami Samhuri <sami@samhuri.net> (http://samhuri.net)",
|
|
"Andrew Schaaf <andrew@andrewschaaf.com> (http://andrewschaaf.com/)",
|
|
"Rob Colburn <rob@robcolburn.com> (http://robcolburn.com/)",
|
|
"Ryan Stafford (http://droffats.net/)"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/samsonjs/strftime.git"
|
|
},
|
|
"bugs": {
|
|
"email": "sami@samhuri.net",
|
|
"url": "https://github.com/samsonjs/strftime/issues"
|
|
},
|
|
"main": "./strftime.js",
|
|
"engines": {
|
|
"node": ">=0.2.0"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://sjs.mit-license.org"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {}
|
|
}
|