forgejo-app/test/package.json

25 lines
509 B
JSON
Raw Normal View History

2015-11-24 21:59:52 +00:00
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"ejs": "^2.3.4",
"expect.js": "^0.3.1",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"rimraf": "^2.4.4",
"superagent": "^1.4.0"
2017-04-05 03:24:22 +00:00
},
"dependencies": {
"selenium-server-standalone-jar": "^3.3.1",
2017-04-05 04:04:40 +00:00
"selenium-webdriver": "^3.3.0",
"superagent": "^1.8.5"
2015-11-24 21:59:52 +00:00
}
}