package.json 457 B

123456789101112131415161718192021
  1. {
  2. "name": "test",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "ejs": "^2.3.4",
  13. "expect.js": "^0.3.1",
  14. "mkdirp": "^0.5.1",
  15. "mocha": "^2.3.3",
  16. "rimraf": "^2.4.3",
  17. "selenium-server-standalone-jar": "^2.47.1",
  18. "selenium-webdriver": "^2.48.2",
  19. "superagent": "^1.4.0"
  20. }
  21. }