gitea-app/test/package.json

22 lines
459 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",
2015-11-25 03:47:03 +00:00
"selenium-server-standalone-jar": "^2.47.1",
"selenium-webdriver": "^2.48.2",
2015-11-24 21:59:52 +00:00
"superagent": "^1.4.0"
}
}