You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.5 KiB

  1. {
  2. "name": "semantic",
  3. "version": "0.15.4",
  4. "title": "Semantic UI",
  5. "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
  6. "homepage": "http://www.semantic-ui.com",
  7. "author": "Jack Lukic <jacklukic@gmail.com>",
  8. "license": "MIT",
  9. "scripts": {
  10. "test": "grunt test"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/Semantic-Org/Semantic-UI.git"
  15. },
  16. "dependencies": {
  17. "jquery": "x.x.x"
  18. },
  19. "devDependencies": {
  20. "docpad": "x.x.x",
  21. "docpad-plugin-eco": "x.x.x",
  22. "docpad-plugin-ghpages": "x.x.x",
  23. "docpad-plugin-partials": "x.x.x",
  24. "grunt": "x.x.x",
  25. "grunt-contrib-watch": "x.x.x",
  26. "grunt-contrib-clean": "x.x.x",
  27. "grunt-contrib-uglify": "x.x.x",
  28. "grunt-contrib-cssmin": "x.x.x",
  29. "grunt-contrib-less": "x.x.x",
  30. "grunt-contrib-copy": "x.x.x",
  31. "grunt-docco": "x.x.x",
  32. "grunt-bower-task": "x.x.x",
  33. "grunt-css": "x.x.x",
  34. "grunt-contrib-compress": "x.x.x",
  35. "grunt-contrib-concat": "x.x.x",
  36. "grunt-replace": "x.x.x",
  37. "grunt-docco-multi": "x.x.x",
  38. "grunt-cssjanus": "x.x.x",
  39. "karma": "x.x.x",
  40. "grunt-karma": "x.x.x",
  41. "karma-spec-reporter": "x.x.x",
  42. "karma-phantomjs-launcher": "x.x.x",
  43. "karma-jasmine": "x.x.x",
  44. "grunt-clear": "x.x.x",
  45. "grunt-autoprefixer": "x.x.x",
  46. "grunt-karma-coveralls": "x.x.x",
  47. "karma-coverage": "~0.x.x",
  48. "docpad-plugin-partials": "x.x.x",
  49. "docpad-plugin-ghpages": "x.x.x",
  50. "docpad-plugin-eco": "x.x.x",
  51. "docpad": "x.x.x"
  52. }
  53. }