Ohm-Management - Projektarbeit B-ME
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.

component.json 321B

12345678910111213141516171819
  1. {
  2. "name": "debug",
  3. "repo": "visionmedia/debug",
  4. "description": "small debugging utility",
  5. "version": "2.6.9",
  6. "keywords": [
  7. "debug",
  8. "log",
  9. "debugger"
  10. ],
  11. "main": "src/browser.js",
  12. "scripts": [
  13. "src/browser.js",
  14. "src/debug.js"
  15. ],
  16. "dependencies": {
  17. "rauchg/ms.js": "0.7.1"
  18. }
  19. }