package.json 505 B

1234567891011121314151617181920
  1. {
  2. "name": "semantic-ui-css",
  3. "version": "2.3.3",
  4. "title": "Semantic UI",
  5. "description": "CSS Only distribution of Semantic UI",
  6. "homepage": "http://www.semantic-ui.com",
  7. "author": "Jack Lukic <jack@semantic-ui.com>",
  8. "license": "MIT",
  9. "main": "semantic.js",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/Semantic-Org/Semantic-UI-CSS.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/Semantic-Org/Semantic-UI/issues"
  16. },
  17. "dependencies": {
  18. "jquery": "x.*"
  19. }
  20. }