mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"name": "NodeClub"
|
|
, "version": "0.0.1"
|
|
, "main": "./app.js"
|
|
, "private": true
|
|
, "dependencies": {
|
|
"express": "2.5.1",
|
|
"ejs": "0.5.0",
|
|
"eventproxy": "0.1.0",
|
|
"mongoose": "2.4.1",
|
|
"node-markdown": "0.1.0",
|
|
"validator": "0.3.7",
|
|
"nodemailer": "0.3.1"
|
|
}
|
|
}
|