Updated package.json to reflect new dir structure, etc.

This commit is contained in:
Jim Cowart 2012-09-22 23:54:57 -04:00
parent 22bbd6e5ff
commit 126a66edb2

View file

@ -28,6 +28,11 @@
"name" : "Doug Neiner",
"email" : "WhyNotJustComment@OnMyBlog.com",
"url" : "http://dougneiner.com/"
},
{
"name" : "Jonathan Creamer",
"email" : "WhyNotJustComment@OnMyBlog.com",
"url" : "http://freshbrewedcode.com/jonathancreamer/"
}
],
"keywords": [
@ -46,8 +51,8 @@
"email" : "PleaseJustUseTheIssuesPage@github.com",
"url" : "http://github.com/ifandelse/postal.js/issues"
},
"directories" : { "lib" : "./lib/node" },
"main" : "./postal.js",
"files" : ["lib/node/postal.js"],
"main" : "lib/node/postal.js",
"engines" : {
"node" : ">=0.4.0"
},