cloudron-e2e-test/package.json

35 lines
888 B
JSON
Raw 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": {
2015-06-16 05:06:27 +00:00
"test": "DEBUG=superagent-sync,e2e:* ./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",
"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",
"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",
"supererror": "^0.7.0",
"terminate": "^1.0.5"
2015-06-14 04:33:42 +00:00
}
}