mirror of
https://github.com/moparisthebest/mail
synced 2024-11-29 20:32:15 -05:00
21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"name": "gmail-test-proxy",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test && test/test.sh"
|
|
},
|
|
"dependencies": {
|
|
"express": "~3.2.4",
|
|
"inbox": "https://github.com/whiteout-io/inbox/tarball/chrome",
|
|
"nodemailer": "~0.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.10.0",
|
|
"chai": "~1.6.0",
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-jshint": "~0.5.3"
|
|
}
|
|
} |