mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-17 06:30:23 +00:00
22 lines
No EOL
511 B
JSON
22 lines
No EOL
511 B
JSON
{
|
|
"author": "Jim Cowart <jim@ifandelse.com>",
|
|
"name": "postal.js-node.js-example",
|
|
"version": "0.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ifandelse/postal.js.git"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"express" : "2.5.11",
|
|
"socket.io" : "0.9.10",
|
|
"underscore" : "1.3.3"
|
|
},
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "0.6.14"
|
|
}
|
|
} |