{ "name": "e2e-test", "version": "1.0.0", "description": "End to end testing", "main": "test.js", "scripts": { "test": "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/selfhost-digitalocean-filesystem-test", "parallel_test": "./parallel_test.sh" }, "repository": { "type": "git", "url": "ssh://git@gitlab-yellowtent.cloudron.me:6000/yellowtent/e2e-test.git" }, "author": "", "license": "ISC", "dependencies": { "async": "^2.2.0", "aws-sdk": "^2.2.23", "colors": "^1.1.0", "debug": "^2.2.0", "dns-sync": "^0.1.3", "imap": "^0.8.17", "mkdirp": "^0.5.1", "mocha": "^2.2.5", "nodemailer": "^2.4.2", "nodemailer-smtp-transport": "^2.5.0", "once": "^1.3.3", "postmark": "^1.0.0", "quoted-printable": "^1.0.0", "readline-sync": "^1.2.19", "rimraf": "^2.5.4", "safetydance": "0.0.17", "semver": "^4.3.6", "should": "^6.0.3", "stripe": "^3.5.0", "superagent": "^1.2.0", "superagent-sync": "^0.2.0", "supererror": "^0.7.0", "terminate": "^1.0.5", "underscore": "^1.8.3" } }