package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "title": "Js2Coffee",
  3. "name": "js2coffee",
  4. "version": "0.3.5",
  5. "description": "JavaScript to CoffeeScript compiler",
  6. "homepage": "http://js2coffee.org",
  7. "license": {
  8. "type": "MIT"
  9. },
  10. "keywords": [
  11. "javascript",
  12. "coffeescript",
  13. "language",
  14. "compiler"
  15. ],
  16. "badges": {
  17. "travis": true,
  18. "npm": true,
  19. "david": true,
  20. "daviddev": true
  21. },
  22. "author": "2011+ Rico Sta. Cruz <hi@ricostacruz.com> (http://ricostacruz.com)",
  23. "maintainers": [
  24. "Rico Sta. Cruz <hi@ricostacruz.com> (http://ricostacruz.com)",
  25. "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
  26. "Anton Wilhelm <timaschew@gmail.com> (https://github.com/timaschew)",
  27. "Andrej Mihajlov (https://github.com/pronebird)"
  28. ],
  29. "contributors": [
  30. "Andrej Mihajlov (https://github.com/pronebird)",
  31. "Anton Wilhelm <timaschew@gmail.com> (https://github.com/timaschew)",
  32. "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
  33. "clkao (https://github.com/clkao)",
  34. "codelahoma (https://github.com/codelahoma)",
  35. "dburt (https://github.com/dburt)",
  36. "ForbesLindesay (https://github.com/ForbesLindesay)",
  37. "gabipurcaru (https://github.com/gabipurcaru)",
  38. "grandquista (https://github.com/grandquista)",
  39. "joelvh (https://github.com/joelvh)",
  40. "karlbohlmark (https://github.com/karlbohlmark)",
  41. "MichaelBlume (https://github.com/MichaelBlume)",
  42. "michaelficarra (https://github.com/michaelficarra)",
  43. "MissingHandle (https://github.com/MissingHandle)",
  44. "nateschiffer (https://github.com/nateschiffer)",
  45. "nilbus (https://github.com/nilbus)",
  46. "rstacruz (https://github.com/rstacruz)",
  47. "thoka (https://github.com/thoka)",
  48. "tricknotes (https://github.com/tricknotes)",
  49. "tsantef (https://github.com/tsantef)",
  50. "twilson63 (https://github.com/twilson63)",
  51. "wlaurance (https://github.com/wlaurance)"
  52. ],
  53. "bugs": {
  54. "url": "https://github.com/js2coffee/js2coffee/issues"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "https://github.com/js2coffee/js2coffee.git"
  59. },
  60. "engines": {
  61. "node": ">=0.4.0"
  62. },
  63. "dependencies": {
  64. "coffee-script": "~1.7.1",
  65. "file": "~0.2.1",
  66. "nopt": "~3.0.1",
  67. "underscore": "~1.6.0"
  68. },
  69. "devDependencies": {
  70. "ansidiff": "~1.0.0",
  71. "docpad": "~6.69.0",
  72. "docpad-plugin-browserifydocs": "~2.2.0",
  73. "docpad-plugin-coffeescript": "~2.4.0",
  74. "docpad-plugin-eco": "^2.1.0",
  75. "docpad-plugin-ghpages": "~2.4.3",
  76. "docpad-plugin-raw": "~2.3.2",
  77. "docpad-plugin-uglify": "~2.4.0",
  78. "glob": "~4.0.3",
  79. "joe": "~1.5.0",
  80. "joe-reporter-console": "^1.2.1",
  81. "projectz": "~0.3.11"
  82. },
  83. "directories": {
  84. "lib": "./out/lib"
  85. },
  86. "bin": {
  87. "js2coffee": "./out/bin/js2coffee"
  88. },
  89. "scripts": {
  90. "preinstall": "node ./cyclic.js",
  91. "watch": "./node_modules/.bin/cake watch",
  92. "compile": "./node_modules/.bin/cake compile",
  93. "test": "node ./out/test/everything.js"
  94. },
  95. "browser": "./out/lib/browser.js",
  96. "main": "./out/lib/js2coffee",
  97. "cakeConfiguration": {
  98. "DOCPAD_SRC_PATH": "src"
  99. },
  100. "__npminstall_done": true,
  101. "_from": "js2coffee@0.3.5",
  102. "_resolved": "https://registry.npmmirror.com/js2coffee/-/js2coffee-0.3.5.tgz"
  103. }