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.

51 lines
1.5 KiB

11 years ago
  1. {
  2. "name": "semantic",
  3. "version": "0.8.6",
  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/jlukic/Semantic-UI.git"
  15. },
  16. "dependencies": {
  17. "docpad": "~6.54.4",
  18. "docpad-plugin-eco": "~2.0.2",
  19. "docpad-plugin-ghpages": "~2.4.0",
  20. "docpad-plugin-partials": "~2.8.0"
  21. },
  22. "devDependencies": {
  23. "grunt": "~0.4.1",
  24. "grunt-contrib-watch": "~0.5.3",
  25. "grunt-contrib-clean": "~0.5.0",
  26. "grunt-contrib-uglify": "~0.2.2",
  27. "grunt-contrib-cssmin": "~0.6.1",
  28. "grunt-contrib-less": "~0.7.0",
  29. "grunt-contrib-copy": "~0.4.1",
  30. "grunt-docco": "~0.2.0",
  31. "grunt-bower-task": "~0.3.1",
  32. "grunt-css": "~0.5.4",
  33. "grunt-contrib-compress": "~0.5.2",
  34. "grunt-contrib-concat": "~0.3.0",
  35. "grunt-docco-multi": "0.0.2",
  36. "grunt-cssjanus": "~0.1.1",
  37. "karma-script-launcher": "~0.1.0",
  38. "karma-chrome-launcher": "~0.1.0",
  39. "karma-firefox-launcher": "~0.1.0",
  40. "karma-html2js-preprocessor": "~0.1.0",
  41. "karma-jasmine": "~0.1.3",
  42. "karma-requirejs": "~0.1.0",
  43. "karma-coffee-preprocessor": "~0.1.0",
  44. "karma-phantomjs-launcher": "~0.1.0",
  45. "karma": "~0.10.2",
  46. "grunt-karma": "~0.6.2",
  47. "karma-spec-reporter": "0.0.5",
  48. "grunt-clear": "~0.2.1",
  49. "grunt-autoprefixer": "~0.4.0"
  50. }
  51. }