package.json 924 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "material-colors",
  3. "homepage": "https://github.com/shuhei/material-colors",
  4. "version": "1.2.6",
  5. "description": "Colors of Google's Material Design made available to coders",
  6. "main": "dist/colors.js",
  7. "module": "dist/colors.es2015.js",
  8. "scripts": {
  9. "start": "grunt",
  10. "test": "node test"
  11. },
  12. "keywords": [
  13. "colors",
  14. "palette",
  15. "design",
  16. "css",
  17. "sass",
  18. "scss",
  19. "less",
  20. "stylus",
  21. "javascript"
  22. ],
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/shuhei/material-colors.git"
  26. },
  27. "bugs": {
  28. "url": "https://github.com/shuhei/material-colors/issues"
  29. },
  30. "author": {
  31. "name": "Shuhei Kagawa",
  32. "email": "shuhei.kagawa@gmail.com"
  33. },
  34. "license": "ISC",
  35. "devDependencies": {
  36. "cheerio": "^0.22.0",
  37. "grunt": "^1.0.1",
  38. "grunt-cli": "^1.2.0",
  39. "rollup": "^0.40.2",
  40. "tape": "^4.6.3",
  41. "tmp": "0.0.31"
  42. }
  43. }