Skip to content

Commit

Permalink
package: beautify
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Nov 14, 2013
1 parent 219ab10 commit 7f4393e
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions package.json
@@ -1,15 +1,25 @@
{
"name": "time",
"description": "\"time.h\" bindings for NodeJS",
"keywords": ["date", "time", "time.h", "timezone", "setTimezone", "getTimezone"],
"keywords": [
"date",
"time",
"time.h",
"timezone",
"setTimezone",
"getTimezone"
],
"version": "0.10.0",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-time.git"
},
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"contributors": [
{ "name": "Diogo Resende", "email": "dresende@thinkdigital.pt" }
{
"name": "Diogo Resende",
"email": "dresende@thinkdigital.pt"
}
],
"main": "./index.js",
"scripts": {
Expand All @@ -19,9 +29,9 @@
"node": "*"
},
"dependencies": {
"bindings": "*"
, "debug": "*"
, "nan": "~0.5.1"
"bindings": "*",
"debug": "*",
"nan": "~0.5.1"
},
"devDependencies": {
"mocha": "*"
Expand Down

0 comments on commit 7f4393e

Please sign in to comment.