view package.json @ 7191:dba4e770d4b6

make-release: cleanup and fix bitrot Try to make the build process more stable and maintainable. So far, this leaves a problem with node_modules/bootstrap/ and kallithea/public/css/style.css missing from the release .tar.gz .
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 06 Mar 2018 01:27:15 +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"
  }
}