forked from cnodejs/nodeclub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 765 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "club",
"version": "0.3.6",
"main": "app.js",
"private": true,
"customHost": [
"cnodejs.org",
"club.cnodejs.org"
],
"dependencies": {
"express": "2.5.11",
"ejs": "0.8.4",
"eventproxy": "0.2.6",
"mongoose": "2.7.3",
"node-markdown": "0.1.0",
"validator": "0.3.7",
"ndir": "0.1.3",
"nodemailer": "0.3.43",
"data2xml": "0.8.0",
"utility": "0.0.x",
"marked-prettyprint": "0.2.8",
"xss": "~0.0.9",
"loader": "0.0.5",
"passport": "~0.1.17",
"passport-github": "~0.1.5"
},
"devDependencies": {
"supertest": "*",
"should": "*",
"mocha": "*",
"rewire": "*",
"jscover": "*",
"pedding": "*",
"mm": "*"
},
"scripts": {
"test": "make test"
}
}