package.json 480 B

12345678910111213141516171819202122232425
  1. {
  2. "author": "Andrei Rusu <andrei.rusu@beatfactor.net>",
  3. "name": "chai-nightwatch",
  4. "description": "",
  5. "license": "MIT",
  6. "version": "0.1.1",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/beatfactor/chai"
  10. },
  11. "main": "./index",
  12. "scripts": {
  13. "test": "make test"
  14. },
  15. "engines": {
  16. "node": ">= 0.4.0"
  17. },
  18. "dependencies": {
  19. "assertion-error": "1.0.0",
  20. "deep-eql": "0.1.3"
  21. },
  22. "devDependencies": {
  23. "mocha": "1.21.x"
  24. }
  25. }