This commit is contained in:
Sami Samhuri 2012-06-08 16:25:42 -07:00
parent 23e349341d
commit c785724655

View file

@ -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": {}
} }