-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 828 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 828 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
{
"name": "node-express-starter",
"version": "0.0.1",
"private": true,
"dependencies": {
"express": "3.0.2",
"jade": "0.27.7",
"bcrypt": "0.7.3",
"mongoose": "3.4.0",
"kue": "0.4.2",
"winston": "0.6.2",
"winston-loggly": "0.6.0",
"winston-mail": "0.2.3",
"winston-papertrail": "git+https://github.com/mathrawka/winston-papertrail.git#master",
"express-request-logger": "0.0.3",
"longjohn": "0.0.3",
"mixpanel": "0.0.8",
"nodemailer": "0.3.31",
"underscore": "1.4.2",
"async": "0.1.22",
"redis": "0.8.2"
},
"devDependencies": {
"mocha": "1.7.0",
"should": "1.2.1",
"sinon": "1.5.0",
"pow-mongodb-fixtures": "0.8.1",
"node-dev": "0.2.8"
},
"scripts": {
"dev": "NODE_ENV=local ./node_modules/node-dev/node-dev server.js"
}
}