forked from yellowandy/message-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 794 Bytes
/
package.json
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
{
"name": "message-sample",
"preferGlobal": false,
"private": "true",
"version": "0.1.0",
"author": "Andreas",
"description": "Sample message app",
"contributors": [
{
"name": "Andreas Sandberg",
"email": "[email protected]"
}
],
"dependencies" : {
"winston": "*",
"nodemailer" : "*",
"express" : "3.x",
"selectn" : "*",
"underscore" : "*",
"utf7": "1.0.0",
"readable-stream": "1.1.x",
"winston-loggly" : "*",
"loggly" : "*",
"mysql" : "*",
"debug": "*"
},
"devDependencies": {
"mocha": "1.x",
"should": "*",
"superagent" : "0.x",
"istanbul": "~0.1.x",
"sinon" : "*"
}
}