版博士V2.0程序
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.
 
 
 
 

24 lines
485 B

  1. {
  2. "name": "stackback",
  3. "version": "0.0.2",
  4. "description": "return list of CallSite objects from a captured stacktrace",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha --ui qunit"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/shtylman/node-stackback.git"
  12. },
  13. "keywords": [
  14. "stacktrace",
  15. "trace",
  16. "stack"
  17. ],
  18. "devDependencies": {
  19. "mocha": "~1.6.0"
  20. },
  21. "author": "Roman Shtylman <shtylman@gmail.com>",
  22. "license": "MIT"
  23. }