package.json 719 B

123456789101112131415161718192021222324252627
  1. {
  2. "author": "Yuku Takahashi <taka84u9@gmail.com>",
  3. "name": "jquery-textcomplete",
  4. "main": "dist/jquery.textcomplete",
  5. "version": "1.8.0",
  6. "homepage": "http://yuku-t.com/jquery-textcomplete",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+ssh://git@github.com/yuku-t/jquery-textcomplete.git"
  10. },
  11. "keywords": [
  12. "jquery-plugin",
  13. "zepto-plugin"
  14. ],
  15. "bugs": {
  16. "url": "https://github.com/yuku-t/jquery-textcomplete/issues"
  17. },
  18. "license": "MIT",
  19. "devDependencies": {
  20. "grunt": "~0.4.1",
  21. "grunt-contrib-concat": "~0.5.0",
  22. "grunt-contrib-connect": "~0.3.0",
  23. "grunt-contrib-uglify": "~0.2.2",
  24. "grunt-contrib-watch": "~0.6.1",
  25. "grunt-write-bower-json": "~0.0.1"
  26. }
  27. }