-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
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
40
41
42
43
44
45
{
"name": "CrowdSearcher",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "node cs.js | bunyan -o short",
"debug": "node --debug cs.js | bunyan -o short"
},
"dependencies": {
"express": "3.x",
"coffee-script": "1.6.x",
"stylus": "0.x",
"jade": "0.x",
"showdown": "0.3.x",
"express-coffee": "*",
"nconf": "0.6.x",
"bunyan": "0.21.x",
"underscore": "1.5.x",
"underscore.string": "2.3.x",
"request": "2.x",
"async": "0.2.x",
"mongoose": "3.8.x",
"connect-flash": "0.1.x",
"glob": "3.2.x",
"fb": "0.6.x",
"amt": "0.1.x",
"twit": "1.1.x",
"nodemailer": "0.5.x",
"markdown": "0.5.x",
"moment": "2.3.x",
"passport": "0.1.x",
"passport-local": "0.1.x",
"passport-facebook": "1.0.x",
"passport-twitter": "1.0.x",
"passport-github": "0.1.x",
"passport-google-oauth": "0.1.x",
"node-schedule": "0.1.x"
},
"devDependencies": {
"supertest": "*",
"should": "*",
"mocha": "*",
"groc": "*"
}
}