2015-06-14 04:33:42 +00:00
|
|
|
{
|
|
|
|
"name": "e2e-test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "End to end testing",
|
|
|
|
"main": "test.js",
|
|
|
|
"scripts": {
|
2015-09-22 02:16:30 +00:00
|
|
|
"test": "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/*",
|
2015-06-15 04:29:02 +00:00
|
|
|
"parallel_test": "./node_modules/.bin/parallel-mocha --processes 5 test/*"
|
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": {
|
2015-07-23 19:42:23 +00:00
|
|
|
"async": "^1.4.0",
|
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",
|
2015-06-14 04:33:42 +00:00
|
|
|
"mocha": "^2.2.5",
|
2015-07-23 19:02:16 +00:00
|
|
|
"once": "^1.3.2",
|
2015-06-15 04:15:49 +00:00
|
|
|
"parallel-mocha": "0.0.7",
|
2015-07-23 19:42:23 +00:00
|
|
|
"postmark": "^1.0.0",
|
2015-06-14 04:33:42 +00:00
|
|
|
"readline-sync": "^1.2.19",
|
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",
|
|
|
|
"sleep": "^2.0.0",
|
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-07-23 19:40:40 +00:00
|
|
|
"superagent-sync": "^0.1.0",
|
2015-07-25 01:27:03 +00:00
|
|
|
"supererror": "^0.7.0",
|
2015-07-28 01:12:26 +00:00
|
|
|
"terminate": "^1.0.5",
|
|
|
|
"underscore": "^1.8.3"
|
2015-06-14 04:33:42 +00:00
|
|
|
}
|
|
|
|
}
|