Skip to content

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amaurer committed Dec 15, 2012
1 parent 801a9ae commit cdeb9a3
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions package.json
@@ -1,9 +1,14 @@
{
"author" : "Andrew Maurer <andrew@maurer.me>",
"name" : "log-massage",
"version" : "0.0.1",
"description" : "A collection of methods that alter log data.",
"dependencies" : {
},
"engine" : "0.8.14"
"name" : "log-massage"
,"author" : "Andrew Maurer <andrew@maurer.me>"
,"description" : "A collection of methods that alter log data."
,"version" : "0.1.1"
,"main" : "./log-massage.js"
, "repository" : {
"type" : "git"
,"url" : "https://github.com/amaurer/log-massage.git"
}
,"dependencies" : {
}
,"engine" : "0.8.14"
}

0 comments on commit cdeb9a3

Please sign in to comment.