cloudron-e2e-test/package.json

43 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2015-06-14 04:33:42 +00:00
{
"name": "e2e-test",
"version": "1.0.0",
"description": "End to end testing",
"main": "test.js",
"scripts": {
2017-02-02 16:08:51 +00:00
"test": "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/selfhost-digitalocean-filesystem-test",
2015-11-14 03:59:43 +00:00
"parallel_test": "./parallel_test.sh"
2015-06-14 04:33:42 +00:00
},
"repository": {
"type": "git",
"url": "ssh://git@gitlab-yellowtent.cloudron.me:6000/yellowtent/e2e-test.git"
},
"author": "",
"license": "ISC",
"dependencies": {
2017-03-31 03:03:07 +00:00
"async": "^2.2.0",
2015-12-17 22:38:00 +00:00
"aws-sdk": "^2.2.23",
2015-06-14 04:33:42 +00:00
"colors": "^1.1.0",
"debug": "^2.2.0",
2015-07-27 19:34:56 +00:00
"dns-sync": "^0.1.3",
2016-05-19 00:46:42 +00:00
"imap": "^0.8.17",
"mkdirp": "^0.5.1",
2015-06-14 04:33:42 +00:00
"mocha": "^2.2.5",
2016-06-24 05:04:53 +00:00
"nodemailer": "^2.4.2",
"nodemailer-smtp-transport": "^2.5.0",
2016-05-19 00:46:42 +00:00
"once": "^1.3.3",
2015-07-23 19:42:23 +00:00
"postmark": "^1.0.0",
2016-06-23 18:15:05 +00:00
"quoted-printable": "^1.0.0",
2015-06-14 04:33:42 +00:00
"readline-sync": "^1.2.19",
"rimraf": "^2.5.4",
2015-07-27 20:31:50 +00:00
"safetydance": "0.0.17",
2015-06-14 04:33:42 +00:00
"semver": "^4.3.6",
"should": "^6.0.3",
2015-06-22 07:11:19 +00:00
"stripe": "^3.5.0",
2015-07-23 19:42:23 +00:00
"superagent": "^1.2.0",
2015-11-11 20:52:03 +00:00
"superagent-sync": "^0.2.0",
"supererror": "^0.7.0",
"terminate": "^1.0.5",
"underscore": "^1.8.3"
2015-06-14 04:33:42 +00:00
}
}