cloudron-e2e-test/package.json

28 lines
710 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": {
"colors": "^1.1.0",
"debug": "^2.2.0",
"mocha": "^2.2.5",
2015-06-15 04:15:49 +00:00
"parallel-mocha": "0.0.7",
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",
"superagent-sync": "^0.1.0"
}
}