package.json 463 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "hubot-last-fm",
  3. "description": "Last.fm for Hubot",
  4. "version": "1.0.0",
  5. "author": "David Windham",
  6. "license": "MIT",
  7. "keywords": [
  8. "hubot",
  9. "hubot-scripts"
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/windhamdavid/hubot-last-fm.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/windhamdavid/hubot-last-fm/issues"
  17. },
  18. "dependencies": {
  19. "coffee-script": "~1.8"
  20. },
  21. "main": "index.coffee"
  22. }