view package.json @ 7162:3a3d9c8432ed

HTML email templates: don't use link color for non-links The link color should only be used for actual hyperlinks. Using it for anything else is very confusing for users. For text like repository names, branch names, etc. introduce a new style 'data_style' that is normal text with a grey background and border.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Tue, 06 Feb 2018 20:53:54 +0100
parents 1969f7dfb6b0
children 6c3bb9a845d7
line wrap: on
line source

{
  "name": "kallithea",
  "private": true,
  "dependencies": {
    "bootstrap": "3.3.7"
  },
  "devDependencies": {
    "less": "~2.7",
    "less-plugin-clean-css": "~1.5"
  },
  "scripts": {
    "less": "lessc --relative-urls kallithea/public/less/main.less kallithea/public/css/style.css"
  }
}