view package.json @ 7199:0bec9f92745a

git: let links to git submodules be real links that can open in new tabs - not just in-page navigation Submodules should not be loaded with 'ypjax-link' because they point to a place outside the repository or maybe even outside the kallithea instance.
author domruf <dominikruf@gmail.com>
date Mon, 20 Nov 2017 23:18:38 +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"
  }
}