package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "name": "rechoir",
  3. "description": "Require any supported file as a node module.",
  4. "version": "0.6.2",
  5. "homepage": "https://github.com/tkellen/node-rechoir",
  6. "author": {
  7. "name": "Tyler Kellen",
  8. "url": "http://goingslowly.com/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/tkellen/node-rechoir.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/tkellen/node-rechoir/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/tkellen/node-rechoir/blob/master/LICENSE"
  21. }
  22. ],
  23. "main": "index.js",
  24. "engines": {
  25. "node": ">= 0.10"
  26. },
  27. "scripts": {
  28. "test": "mocha -R spec test/index.js"
  29. },
  30. "dependencies": {
  31. "resolve": "^1.1.6"
  32. },
  33. "devDependencies": {
  34. "babel": "^5.4.3",
  35. "chai": "^2.3.0",
  36. "coco": "^0.9.1",
  37. "coffee-script": "^1.9.2",
  38. "earlgrey": "0.0.9",
  39. "iced-coffee-script": "^1.8.0-d",
  40. "interpret": "^0.6.1",
  41. "json5": "^0.4.0",
  42. "livescript": "^1.4.0",
  43. "mocha": "^2.2.5",
  44. "node-jsx": "^0.13.3",
  45. "require-csv": "0.0.1",
  46. "require-ini": "0.0.1",
  47. "require-uncached": "^1.0.2",
  48. "require-xml": "0.0.1",
  49. "require-yaml": "0.0.1",
  50. "rimraf": "^2.3.4",
  51. "semver": "^4.3.4",
  52. "sinon": "^1.14.1",
  53. "toml-require": "^1.0.1",
  54. "typescript-register": "^1.1.0"
  55. },
  56. "keywords": [
  57. "require",
  58. "cjsx",
  59. "co",
  60. "coco",
  61. "coffee-script",
  62. "coffee",
  63. "coffee.md",
  64. "csv",
  65. "earlgrey",
  66. "es",
  67. "es6",
  68. "iced",
  69. "iced.md",
  70. "iced-coffee-script",
  71. "ini",
  72. "js",
  73. "json",
  74. "json5",
  75. "jsx",
  76. "react",
  77. "litcoffee",
  78. "liticed",
  79. "ls",
  80. "livescript",
  81. "toml",
  82. "ts",
  83. "typescript",
  84. "xml",
  85. "yaml",
  86. "yml"
  87. ]
  88. }