mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
Updated package.json to reflect new dir structure, etc.
This commit is contained in:
parent
22bbd6e5ff
commit
126a66edb2
1 changed files with 7 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue