diff --git a/package.json b/package.json index e4168dc..382586b 100644 --- a/package.json +++ b/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 ", "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 (http://samhuri.net)", + "Andrew Schaaf (http://andrewschaaf.com/)", + "Rob Colburn (http://robcolburn.com/)" ], "repository": { "type": "git", @@ -45,5 +36,6 @@ } }, "dependencies": {}, - "devDependencies": {} -} \ No newline at end of file + "devDependencies": {}, + "optionalDependencies": {} +}