package.json 581 B

1234567891011121314151617181920212223
  1. {
  2. "name": "duck",
  3. "version": "0.1.12",
  4. "author": "Michael Williamson <mike@zwobble.org>",
  5. "description": "Rich matchers inspired by Hamcrest. Useful for generating helpful assertion failure messages in tests.",
  6. "license": "BSD",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/mwilliamson/duck.js.git"
  10. },
  11. "keywords": [
  12. "test",
  13. "assert",
  14. "matcher",
  15. "assertThat"
  16. ],
  17. "dependencies": {
  18. "underscore": "^1.13.1"
  19. },
  20. "devDependencies": {
  21. "nodeunit": "~0.8.0"
  22. }
  23. }