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.

17 lines
470 B

  1. {
  2. "name" : "semantic",
  3. "preferGlobal": true,
  4. "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
  5. "homepage" : "http://www.semantic-ui.com",
  6. "author": "Jack Lukic <jack@myfav.es>",
  7. "dependencies": {
  8. "jquery" : ">=1.8"
  9. },
  10. "devDependencies": {
  11. "karma": "~0.8"
  12. },
  13. "scripts": {
  14. "test": "./node_modules/.bin/karma start --browsers Firefox --single-run"
  15. },
  16. "license": "MIT"
  17. }