mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "club",
|
|
"version": "0.4.0",
|
|
"main": "app.js",
|
|
"private": true,
|
|
"customHost": [
|
|
"cnodejs.org",
|
|
"club.cnodejs.org"
|
|
],
|
|
"dependencies": {
|
|
"body-parser": "^1.0.2",
|
|
"compression": "^1.0.2",
|
|
"connect-mongo": "^0.4.0",
|
|
"cookie-parser": "^1.0.1",
|
|
"csurf": "^1.1.0",
|
|
"data2xml": "0.8.0",
|
|
"ejs-mate": "2.0.0",
|
|
"errorhandler": "^1.0.0",
|
|
"eventproxy": "0.3.1",
|
|
"express": "~4.1.1",
|
|
"express-session": "^1.0.4",
|
|
"forever": "~0.10.11",
|
|
"loader": "0.1.2",
|
|
"lodash": "^2.4.1",
|
|
"marked": "~0.3.2",
|
|
"memory-cache": "0.0.5",
|
|
"method-override": "^1.0.0",
|
|
"mongoose": "~2.8.0",
|
|
"ndir": "0.1.3",
|
|
"newrelic": "^1.7.5",
|
|
"node-markdown": "0.1.0",
|
|
"nodemailer": "0.3.43",
|
|
"passport": "~0.1.17",
|
|
"passport-github": "~0.1.5",
|
|
"pm2": "^0.8.1",
|
|
"response-time": "^1.0.0",
|
|
"utility": "1.0.0",
|
|
"validator": "0.3.7",
|
|
"xss": "~0.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"jscover": "*",
|
|
"mm": "*",
|
|
"mocha": "*",
|
|
"pedding": "*",
|
|
"rewire": "*",
|
|
"should": "*",
|
|
"supertest": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
}
|
|
}
|