bower.json 476 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "coffee-script",
  3. "version": "1.10.0",
  4. "main": [
  5. "lib/coffee-script/coffee-script.js"
  6. ],
  7. "description": "Unfancy JavaScript",
  8. "keywords": [
  9. "javascript",
  10. "language",
  11. "coffeescript",
  12. "compiler"
  13. ],
  14. "devDependencies": {
  15. "uglify-js": "~2.2",
  16. "jison": ">=0.2.0",
  17. "highlight.js": "~8.0.0",
  18. "underscore": "~1.5.2",
  19. "docco": "~0.6.2"
  20. },
  21. "author": {
  22. "name": "Jeremy Ashkenas"
  23. },
  24. "ignore": [
  25. "test"
  26. ]
  27. }