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.

49 lines
1.4 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. {
  2. "name": "semantic",
  3. "version": "0.17.0",
  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": "~2.0.3",
  22. "docpad-plugin-ghpages": "~2.4.3",
  23. "docpad-plugin-partials": "~2.9.0",
  24. "grunt": "x.x.x",
  25. "grunt-autoprefixer": "x.x.x",
  26. "grunt-bower-task": "x.x.x",
  27. "grunt-clear": "x.x.x",
  28. "grunt-contrib-clean": "x.x.x",
  29. "grunt-contrib-compress": "x.x.x",
  30. "grunt-contrib-concat": "x.x.x",
  31. "grunt-contrib-copy": "x.x.x",
  32. "grunt-contrib-cssmin": "x.x.x",
  33. "grunt-contrib-less": "x.x.x",
  34. "grunt-contrib-uglify": "x.x.x",
  35. "grunt-contrib-watch": "x.x.x",
  36. "grunt-css": "x.x.x",
  37. "grunt-cssjanus": "x.x.x",
  38. "grunt-docco": "x.x.x",
  39. "grunt-docco-multi": "x.x.x",
  40. "grunt-karma": "x.x.x",
  41. "grunt-karma-coveralls": "x.x.x",
  42. "grunt-replace": "x.x.x",
  43. "karma": "x.x.x",
  44. "karma-coverage": "~0.x.x",
  45. "karma-jasmine": "~0.1.0",
  46. "karma-phantomjs-launcher": "x.x.x",
  47. "karma-spec-reporter": "x.x.x"
  48. }
  49. }