package.json 724 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "toolbar_themes",
  3. "version": "8.0.0",
  4. "description": "Theme and style overrides for the Toolbar",
  5. "author": "Jeff Burnz",
  6. "email": "jmburnz@gmail.com",
  7. "private": true,
  8. "devDependencies": {
  9. "autoprefixer": "7.1.6",
  10. "grunt": "1.0.1",
  11. "grunt-contrib-watch": "1.0.0",
  12. "grunt-grunticon": "^2.3.2",
  13. "grunt-postcss": "0.9.0",
  14. "grunt-sass": "2.0.0"
  15. },
  16. "engines": {
  17. "node": "6.11.5",
  18. "npm": "5.5.1"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "http://cgit.drupalcode.org/toolbar_themes/"
  23. },
  24. "bugs": {
  25. "url": "https://www.drupal.org/project/issues/toolbar_themes"
  26. },
  27. "keywords": [
  28. "drupal",
  29. "theme",
  30. "toolbar"
  31. ],
  32. "license": "GPL-2.0"
  33. }