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.

bower.json 639B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "tslib",
  3. "authors": [
  4. "Microsoft Corp."
  5. ],
  6. "homepage": "http://typescriptlang.org/",
  7. "version": "1.9.3",
  8. "license": "Apache-2.0",
  9. "description": "Runtime library for TypeScript helper functions",
  10. "keywords": [
  11. "TypeScript",
  12. "Microsoft",
  13. "compiler",
  14. "language",
  15. "javascript",
  16. "tslib",
  17. "runtime"
  18. ],
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/Microsoft/tslib.git"
  22. },
  23. "main": "tslib.js",
  24. "ignore": [
  25. "**/.*",
  26. "node_modules",
  27. "bower_components",
  28. "docs",
  29. "package.json",
  30. ".npmignore",
  31. ".gitignore",
  32. ".gitattributes"
  33. ]
  34. }