strftime/package.json
2013-03-07 19:55:51 -08:00

34 lines
923 B
JSON

{
"name": "strftime",
"description": "strftime for JavaScript",
"version": "0.5.1",
"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",
"engines": {
"node": ">=0.2.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/samsonjs/strftime/raw/master/LICENSE"
}
],
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {}
}