package.json 621 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "better-assert",
  3. "version": "1.0.2",
  4. "description": "Better assertions for node, reporting the expr, filename, lineno etc",
  5. "keywords": [
  6. "assert",
  7. "stack",
  8. "trace",
  9. "debug"
  10. ],
  11. "author": "TJ Holowaychuk <tj@vision-media.ca>",
  12. "contributors": [
  13. "TonyHe <coolhzb@163.com>",
  14. "ForbesLindesay"
  15. ],
  16. "dependencies": {
  17. "callsite": "1.0.0"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/visionmedia/better-assert.git"
  22. },
  23. "main": "index",
  24. "engines": {
  25. "node": "*"
  26. }
  27. }