{ "name": "e2e-test", "version": "1.0.0", "description": "End to end testing", "main": "test.js", "scripts": { "test": "DEBUG=superagent-sync,e2e:* ./node_modules/.bin/mocha --bail test/*", "parallel_test": "./node_modules/.bin/parallel-mocha --processes 5 test/*" }, "repository": { "type": "git", "url": "ssh://git@gitlab-yellowtent.cloudron.me:6000/yellowtent/e2e-test.git" }, "author": "", "license": "ISC", "dependencies": { "colors": "^1.1.0", "debug": "^2.2.0", "mocha": "^2.2.5", "parallel-mocha": "0.0.7", "readline-sync": "^1.2.19", "semver": "^4.3.6", "should": "^6.0.3", "sleep": "^2.0.0", "superagent-sync": "^0.1.0" } }