2013-08-01 06:12:23 -04:00
|
|
|
{
|
|
|
|
"name": "gmail-test-proxy",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test && test/test.sh"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2013-08-07 15:00:37 -04:00
|
|
|
"net-chromeify": "https://github.com/whiteout-io/net-chromeify/tarball/rewrite",
|
|
|
|
"tls-chromeify": "https://github.com/whiteout-io/tls-chromeify/tarball/node-test",
|
|
|
|
"inbox": "https://github.com/whiteout-io/inbox/tarball/iconv-lite",
|
2013-08-01 06:12:23 -04:00
|
|
|
"nodemailer": "~0.4.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-08-07 15:00:37 -04:00
|
|
|
"browserify": "*",
|
|
|
|
"mocha": "~1.12.0",
|
|
|
|
"chai": "~1.7.2",
|
2013-08-01 06:12:23 -04:00
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-contrib-jshint": "~0.5.3"
|
|
|
|
}
|
|
|
|
}
|