cloudron-e2e-test/package.json
Girish Ramakrishnan b308e5d6b8 Initial version
2015-06-14 20:58:51 -07:00

26 lines
571 B
JSON

{
"name": "e2e-test",
"version": "1.0.0",
"description": "End to end testing",
"main": "test.js",
"scripts": {
"test": "DEBUG=superagent-sync,e2e mocha test.js"
},
"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",
"readline-sync": "^1.2.19",
"semver": "^4.3.6",
"should": "^6.0.3",
"sleep": "^2.0.0",
"superagent-sync": "^0.1.0"
}
}