You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
345 B

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