package.json 957 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "interpret",
  3. "description": "A dictionary of file extensions and associated module loaders.",
  4. "version": "1.1.0",
  5. "homepage": "https://github.com/tkellen/node-interpret",
  6. "author": {
  7. "name": "Tyler Kellen",
  8. "url": "http://goingslowly.com/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/tkellen/node-interpret.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/tkellen/node-interpret/issues"
  16. },
  17. "license": "MIT",
  18. "main": "index.js",
  19. "keywords": [
  20. "cirru-script",
  21. "cjsx",
  22. "co",
  23. "coco",
  24. "coffee",
  25. "coffee-script",
  26. "coffee.md",
  27. "coffeescript",
  28. "csv",
  29. "earlgrey",
  30. "es",
  31. "es6",
  32. "iced",
  33. "iced.md",
  34. "iced-coffee-script",
  35. "ini",
  36. "js",
  37. "json",
  38. "json5",
  39. "jsx",
  40. "react",
  41. "litcoffee",
  42. "liticed",
  43. "ls",
  44. "livescript",
  45. "toml",
  46. "ts",
  47. "typescript",
  48. "wisp",
  49. "xml",
  50. "yaml",
  51. "yml"
  52. ]
  53. }