mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"name": "nodeclub",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"private": true,
|
|
"customHost": [
|
|
"cnodejs.org",
|
|
"club.cnodejs.org"
|
|
],
|
|
"dependencies": {
|
|
"async": "0.9.0",
|
|
"bcrypt": "0.8.0",
|
|
"body-parser": "1.9.1",
|
|
"compression": "1.2.0",
|
|
"connect-busboy": "0.0.1",
|
|
"connect-mongo": "0.4.1",
|
|
"cookie-parser": "1.3.3",
|
|
"cors": "2.5.0",
|
|
"csurf": "1.6.2",
|
|
"data2xml": "0.8.0",
|
|
"ejs-mate": "2.0.0",
|
|
"eventproxy": "0.3.1",
|
|
"express": "4.9.5",
|
|
"express-session": "1.9.1",
|
|
"loader": "0.1.4",
|
|
"lodash": "2.4.1",
|
|
"marked": "0.3.2",
|
|
"memory-cache": "0.0.5",
|
|
"method-override": "1.0.2",
|
|
"moment": "2.8.3",
|
|
"mongoose": "3.8.16",
|
|
"multiline": "1.0.1",
|
|
"newrelic": "1.12.2",
|
|
"node-uuid": "^1.4.1",
|
|
"nodemailer": "0.3.43",
|
|
"passport": "0.1.18",
|
|
"passport-github": "0.1.5",
|
|
"pm2": "0.11.1",
|
|
"qn": "1.0.1",
|
|
"ready": "0.1.1",
|
|
"response-time": "2.2.0",
|
|
"utility": "1.0.0",
|
|
"validator": "3.22.0",
|
|
"xmlbuilder": "2.4.4",
|
|
"yaqrcode": "0.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "2.11.2",
|
|
"errorhandler": "1.2.2",
|
|
"istanbul": "0.3.2",
|
|
"mm": "0.2.1",
|
|
"mocha": "2.0.1",
|
|
"nock": "0.48.1",
|
|
"pedding": "1.0.0",
|
|
"should": "4.1.0",
|
|
"supertest": "0.14.0"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
}
|
|
}
|