component.json 345 B

12345678910111213141516
  1. {
  2. "name": "stackframe",
  3. "repository": "stacktracejs/stackframe",
  4. "description": "JS Object representation of a stack frame",
  5. "version": "1.1.1",
  6. "keywords": [
  7. "stacktrace",
  8. "error",
  9. "debugger",
  10. "stack frame"
  11. ],
  12. "main": "stackframe.js",
  13. "scripts": [
  14. "stackframe.js"
  15. ]
  16. }